Skip to content

Commit

Permalink
updated to 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lefthandedgoat committed Sep 4, 2013
1 parent 92819ff commit eff44a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ open System.Reflection
[<assembly: AssemblyProductAttribute("canopy")>]
[<assembly: AssemblyTitleAttribute("canopy")>]
[<assembly: AssemblyDescriptionAttribute("A simple framework in f# on top of selenium for writing UI automation and tests. Change Log at https://github.com/lefthandedgoat/canopy/wiki/Change-Log")>]
[<assembly: AssemblyVersionAttribute("0.8.2")>]
[<assembly: AssemblyVersionAttribute("0.8.3")>]

()
2 changes: 1 addition & 1 deletion Build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ open Fake.AssemblyInfoFile

// Assembly / NuGet package properties
let projectName = "canopy"
let version = "0.8.2"
let version = "0.8.3"
let projectDescription = "A simple framework in f# on top of selenium for writing UI automation and tests. Change Log at https://github.com/lefthandedgoat/canopy/wiki/Change-Log"
let authors = ["Chris Holt"]

Expand Down

0 comments on commit eff44a4

Please sign in to comment.