Skip to content

Commit 4a8c70f

Browse files
committed
Bump version to 0.6.1-beta
1 parent 06e44ef commit 4a8c70f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

src/FSharp.Plotly.WPF/AssemblyInfo.fs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ open System.Reflection
44
[<assembly: AssemblyTitleAttribute("FSharp.Plotly.WPF")>]
55
[<assembly: AssemblyProductAttribute("FSharp.Plotly")>]
66
[<assembly: AssemblyDescriptionAttribute("A F# interactive charting library using plotly.js")>]
7-
[<assembly: AssemblyVersionAttribute("0.6.0")>]
8-
[<assembly: AssemblyFileVersionAttribute("0.6.0")>]
7+
[<assembly: AssemblyVersionAttribute("0.6.1")>]
8+
[<assembly: AssemblyFileVersionAttribute("0.6.1")>]
99
do ()
1010

1111
module internal AssemblyVersionInformation =
12-
let [<Literal>] Version = "0.6.0"
13-
let [<Literal>] InformationalVersion = "0.6.0"
12+
let [<Literal>] Version = "0.6.1"
13+
let [<Literal>] InformationalVersion = "0.6.1"

src/FSharp.Plotly/AssemblyInfo.fs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ open System.Reflection
44
[<assembly: AssemblyTitleAttribute("FSharp.Plotly")>]
55
[<assembly: AssemblyProductAttribute("FSharp.Plotly")>]
66
[<assembly: AssemblyDescriptionAttribute("A F# interactive charting library using plotly.js")>]
7-
[<assembly: AssemblyVersionAttribute("0.6.0")>]
8-
[<assembly: AssemblyFileVersionAttribute("0.6.0")>]
7+
[<assembly: AssemblyVersionAttribute("0.6.1")>]
8+
[<assembly: AssemblyFileVersionAttribute("0.6.1")>]
99
do ()
1010

1111
module internal AssemblyVersionInformation =
12-
let [<Literal>] Version = "0.6.0"
13-
let [<Literal>] InformationalVersion = "0.6.0"
12+
let [<Literal>] Version = "0.6.1"
13+
let [<Literal>] InformationalVersion = "0.6.1"

0 commit comments

Comments
 (0)