Skip to content

Commit

Permalink
Bump version to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolamilekic committed Dec 16, 2018
1 parent 1b317cb commit 205178b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
### 0.2-dev - Unreleased
### 1.0 - 2018/12/16
* Un/curry and flip
* atomicUpdateQuery
* List, Seq onlySome

### 0.1 - 2018/04/27
* Initial release
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ init:
build_script:
- cmd: build.cmd -t AppVeyor
test: off
version: 0.2.0.{build}
version: 1.0.0.{build}
artifacts:
- path: bin
name: bin
Expand Down
8 changes: 4 additions & 4 deletions src/Milekic.YoLo/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ open System.Reflection

[<assembly: AssemblyTitleAttribute("Milekic.YoLo")>]
[<assembly: AssemblyProductAttribute("Milekic.YoLo")>]
[<assembly: AssemblyVersionAttribute("0.2")>]
[<assembly: AssemblyFileVersionAttribute("0.2")>]
[<assembly: AssemblyVersionAttribute("1.0")>]
[<assembly: AssemblyFileVersionAttribute("1.0")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "Milekic.YoLo"
let [<Literal>] AssemblyProduct = "Milekic.YoLo"
let [<Literal>] AssemblyVersion = "0.2"
let [<Literal>] AssemblyFileVersion = "0.2"
let [<Literal>] AssemblyVersion = "1.0"
let [<Literal>] AssemblyFileVersion = "1.0"

0 comments on commit 205178b

Please sign in to comment.