Skip to content

Commit

Permalink
Bump version - 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof-Cieslak committed Jul 8, 2018
1 parent 046f398 commit 1a5ec39
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 1.0.2 - 08.07.2018
* Fix link generation when running Tennis in root (for example `C:\`)

### 1.0.1 - 08.07.2018
* Fix browsing on *nix

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build_script:
- cmd: dotnet pack -c Release -o ./nupkg
- sh: dotnet pack -c Release -o ./nupkg
test: off
version: 1.0.1.{build}
version: 1.0.2.{build}
artifacts:
- path: 'src\nupkg\*.nupkg'
name: NuGet
2 changes: 1 addition & 1 deletion src/Tennis.fsproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.0.1</Version>
<Version>1.0.2</Version>
<Description>Simple, static content server for developers</Description>
<Authors>Krzysztof Cieslak</Authors>
<Copyright>Copyright 2018 Lambda Factory</Copyright>
Expand Down

0 comments on commit 1a5ec39

Please sign in to comment.