Skip to content

Commit

Permalink
version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lefthandedgoat committed May 22, 2017
1 parent 8525388 commit 55de1a4
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 @@ -336,4 +336,7 @@ Update to Selenium 3.3 [Issue #351](https://github.com/lefthandedgoat/canopy/iss

#### 1.3.0 - May 3 2017
* Update to Selenium 3.4
* BREAKING?? Added find by text selector that works by first trimming whitespace. Now a default finder.
* BREAKING?? Added find by text selector that works by first trimming whitespace. Now a default finder.

#### 1.3.1 - May 20 2017
* XmlEncode failure message in JUnitReporter [PR #367](https://github.com/lefthandedgoat/canopy/pull/367)
8 changes: 4 additions & 4 deletions src/canopy/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("canopy")>]
[<assembly: AssemblyProductAttribute("canopy")>]
[<assembly: AssemblyDescriptionAttribute("F# web testing framework")>]
[<assembly: AssemblyVersionAttribute("1.3.0")>]
[<assembly: AssemblyFileVersionAttribute("1.3.0")>]
[<assembly: AssemblyVersionAttribute("1.3.1")>]
[<assembly: AssemblyFileVersionAttribute("1.3.1")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "canopy"
let [<Literal>] AssemblyProduct = "canopy"
let [<Literal>] AssemblyDescription = "F# web testing framework"
let [<Literal>] AssemblyVersion = "1.3.0"
let [<Literal>] AssemblyFileVersion = "1.3.0"
let [<Literal>] AssemblyVersion = "1.3.1"
let [<Literal>] AssemblyFileVersion = "1.3.1"

0 comments on commit 55de1a4

Please sign in to comment.