Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
lefthandedgoat committed Feb 15, 2017
1 parent 6ba9041 commit b3f6e44
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,4 +309,7 @@ Added a C# friendly wrapper (See program.cs in the C# project for examples) [Iss
Improve compatability with Mono 64 bit, thanks MorganPersson [PR #333](https://github.com/lefthandedgoat/canopy/pull/333)

#### 1.1.2 - Jan 24 2017
Fix bugs in C# friendly wrapper, thanks @spindev! [Issue #327](https://github.com/lefthandedgoat/canopy/pull/327)
Fix bugs in C# friendly wrapper, thanks @spindev! [Issue #327](https://github.com/lefthandedgoat/canopy/pull/327)

#### 1.1.3 - Feb 15 2017
Fix bugs jUnit reporter, thanks @vermeeca! [PR #345](https://github.com/lefthandedgoat/canopy/pull/345)
8 changes: 4 additions & 4 deletions src/canopy/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("canopy")>]
[<assembly: AssemblyProductAttribute("canopy")>]
[<assembly: AssemblyDescriptionAttribute("F# web testing framework")>]
[<assembly: AssemblyVersionAttribute("1.1.2")>]
[<assembly: AssemblyFileVersionAttribute("1.1.2")>]
[<assembly: AssemblyVersionAttribute("1.1.3")>]
[<assembly: AssemblyFileVersionAttribute("1.1.3")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "1.1.2"
let [<Literal>] InformationalVersion = "1.1.2"
let [<Literal>] Version = "1.1.3"
let [<Literal>] InformationalVersion = "1.1.3"

0 comments on commit b3f6e44

Please sign in to comment.