Skip to content

Commit

Permalink
Updated to version 0.9.28
Browse files Browse the repository at this point in the history
  • Loading branch information
lefthandedgoat committed Jun 16, 2015
1 parent f0781ca commit 489fde7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,3 +148,6 @@
#### 0.9.27 - June 15 2015
* Improved Html reporter to have stack trace, error message and url of failing page [Issue #202](https://github.com/lefthandedgoat/canopy/issues/202)
* Updated to Selenium 2.46

#### 0.9.28 - June 16 2015
* Fix broken link to html reporter introduced in 0.9.27
6 changes: 3 additions & 3 deletions src/canopy/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("canopy")>]
[<assembly: AssemblyProductAttribute("canopy")>]
[<assembly: AssemblyDescriptionAttribute("F# web testing framework")>]
[<assembly: AssemblyVersionAttribute("0.9.27")>]
[<assembly: AssemblyFileVersionAttribute("0.9.27")>]
[<assembly: AssemblyVersionAttribute("0.9.28")>]
[<assembly: AssemblyFileVersionAttribute("0.9.28")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "0.9.27"
let [<Literal>] Version = "0.9.28"

0 comments on commit 489fde7

Please sign in to comment.