Skip to content

Commit

Permalink
Update to 0.9.43
Browse files Browse the repository at this point in the history
  • Loading branch information
lefthandedgoat committed Dec 2, 2015
1 parent 8074b90 commit 9beed33
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Canopy
canopy
======

Documentation available at http://lefthandedgoat.github.com/canopy/.
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,3 +202,6 @@ New Startup mode for Firefox taking a path and a TimeSpan [Issue #223](https://g
#### 0.9.42 - November 18 2015
Updated to Selenium 2.48.2
Added support for configurable file names on failure screenshots [Issue #224](https://github.com/lefthandedgoat/canopy/issues/224)

#### 0.9.43 - December 2 2015
Improved error handeling on screenshots [Issue #225](https://github.com/lefthandedgoat/canopy/issues/225)
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.42")>]
[<assembly: AssemblyFileVersionAttribute("0.9.42")>]
[<assembly: AssemblyVersionAttribute("0.9.43")>]
[<assembly: AssemblyFileVersionAttribute("0.9.43")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "0.9.42"
let [<Literal>] Version = "0.9.43"

0 comments on commit 9beed33

Please sign in to comment.