Skip to content

Commit

Permalink
Bump version to 0.6.1-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
muehlhaus committed Jul 1, 2016
1 parent 06e44ef commit 4a8c70f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions src/FSharp.Plotly.WPF/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("FSharp.Plotly.WPF")>]
[<assembly: AssemblyProductAttribute("FSharp.Plotly")>]
[<assembly: AssemblyDescriptionAttribute("A F# interactive charting library using plotly.js")>]
[<assembly: AssemblyVersionAttribute("0.6.0")>]
[<assembly: AssemblyFileVersionAttribute("0.6.0")>]
[<assembly: AssemblyVersionAttribute("0.6.1")>]
[<assembly: AssemblyFileVersionAttribute("0.6.1")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "0.6.0"
let [<Literal>] InformationalVersion = "0.6.0"
let [<Literal>] Version = "0.6.1"
let [<Literal>] InformationalVersion = "0.6.1"
8 changes: 4 additions & 4 deletions src/FSharp.Plotly/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("FSharp.Plotly")>]
[<assembly: AssemblyProductAttribute("FSharp.Plotly")>]
[<assembly: AssemblyDescriptionAttribute("A F# interactive charting library using plotly.js")>]
[<assembly: AssemblyVersionAttribute("0.6.0")>]
[<assembly: AssemblyFileVersionAttribute("0.6.0")>]
[<assembly: AssemblyVersionAttribute("0.6.1")>]
[<assembly: AssemblyFileVersionAttribute("0.6.1")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "0.6.0"
let [<Literal>] InformationalVersion = "0.6.0"
let [<Literal>] Version = "0.6.1"
let [<Literal>] InformationalVersion = "0.6.1"

0 comments on commit 4a8c70f

Please sign in to comment.