File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff 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( " 1.0.1 " ) >]
8- [<assembly: AssemblyFileVersionAttribute( " 1.0.1 " ) >]
7+ [<assembly: AssemblyVersionAttribute( " 1.0.2 " ) >]
8+ [<assembly: AssemblyFileVersionAttribute( " 1.0.2 " ) >]
99do ()
1010
1111module internal AssemblyVersionInformation =
12- let [<Literal>] Version = " 1.0.1 "
13- let [<Literal>] InformationalVersion = " 1.0.1 "
12+ let [<Literal>] Version = " 1.0.2 "
13+ let [<Literal>] InformationalVersion = " 1.0.2 "
Original file line number Diff line number Diff 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( " 1.0.1 " ) >]
8- [<assembly: AssemblyFileVersionAttribute( " 1.0.1 " ) >]
7+ [<assembly: AssemblyVersionAttribute( " 1.0.2 " ) >]
8+ [<assembly: AssemblyFileVersionAttribute( " 1.0.2 " ) >]
99do ()
1010
1111module internal AssemblyVersionInformation =
12- let [<Literal>] Version = " 1.0.1 "
13- let [<Literal>] InformationalVersion = " 1.0.1 "
12+ let [<Literal>] Version = " 1.0.2 "
13+ let [<Literal>] InformationalVersion = " 1.0.2 "
You can’t perform that action at this time.
0 commit comments