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
4
4
[<assembly: AssemblyTitleAttribute( " FSharp.Plotly.WPF" ) >]
5
5
[<assembly: AssemblyProductAttribute( " FSharp.Plotly" ) >]
6
6
[<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 " ) >]
9
9
do ()
10
10
11
11
module 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
4
4
[<assembly: AssemblyTitleAttribute( " FSharp.Plotly" ) >]
5
5
[<assembly: AssemblyProductAttribute( " FSharp.Plotly" ) >]
6
6
[<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 " ) >]
9
9
do ()
10
10
11
11
module 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