File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ open System.Reflection
5
5
[<assembly: AssemblyTitleAttribute( " FSharp.Plotly.WPF" ) >]
6
6
[<assembly: AssemblyProductAttribute( " FSharp.Plotly" ) >]
7
7
[<assembly: AssemblyDescriptionAttribute( " A F# interactive charting library using plotly.js" ) >]
8
- [<assembly: AssemblyVersionAttribute( " 1.0.4 " ) >]
9
- [<assembly: AssemblyFileVersionAttribute( " 1.0.4 " ) >]
8
+ [<assembly: AssemblyVersionAttribute( " 1.1.0 " ) >]
9
+ [<assembly: AssemblyFileVersionAttribute( " 1.1.0 " ) >]
10
10
do ()
11
11
12
12
module internal AssemblyVersionInformation =
13
13
let [<Literal>] AssemblyTitle = " FSharp.Plotly.WPF"
14
14
let [<Literal>] AssemblyProduct = " FSharp.Plotly"
15
15
let [<Literal>] AssemblyDescription = " A F# interactive charting library using plotly.js"
16
- let [<Literal>] AssemblyVersion = " 1.0.4 "
17
- let [<Literal>] AssemblyFileVersion = " 1.0.4 "
16
+ let [<Literal>] AssemblyVersion = " 1.1.0 "
17
+ let [<Literal>] AssemblyFileVersion = " 1.1.0 "
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ open System.Reflection
5
5
[<assembly: AssemblyTitleAttribute( " FSharp.Plotly" ) >]
6
6
[<assembly: AssemblyProductAttribute( " FSharp.Plotly" ) >]
7
7
[<assembly: AssemblyDescriptionAttribute( " A F# interactive charting library using plotly.js" ) >]
8
- [<assembly: AssemblyVersionAttribute( " 1.0.4 " ) >]
9
- [<assembly: AssemblyFileVersionAttribute( " 1.0.4 " ) >]
8
+ [<assembly: AssemblyVersionAttribute( " 1.1.0 " ) >]
9
+ [<assembly: AssemblyFileVersionAttribute( " 1.1.0 " ) >]
10
10
do ()
11
11
12
12
module internal AssemblyVersionInformation =
13
13
let [<Literal>] AssemblyTitle = " FSharp.Plotly"
14
14
let [<Literal>] AssemblyProduct = " FSharp.Plotly"
15
15
let [<Literal>] AssemblyDescription = " A F# interactive charting library using plotly.js"
16
- let [<Literal>] AssemblyVersion = " 1.0.4 "
17
- let [<Literal>] AssemblyFileVersion = " 1.0.4 "
16
+ let [<Literal>] AssemblyVersion = " 1.1.0 "
17
+ let [<Literal>] AssemblyFileVersion = " 1.1.0 "
You can’t perform that action at this time.
0 commit comments