diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index feac74c79..e8f51d465 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,4 @@ -### 0.6.1-beta - July 1 2016 +### 1.0.1 - July 5 2016 * More awesome stuff coming... * More 3d-Charts * Multiple axis support diff --git a/src/FSharp.Plotly.WPF/AssemblyInfo.fs b/src/FSharp.Plotly.WPF/AssemblyInfo.fs index 2104d4270..e67a83038 100644 --- a/src/FSharp.Plotly.WPF/AssemblyInfo.fs +++ b/src/FSharp.Plotly.WPF/AssemblyInfo.fs @@ -4,10 +4,10 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "0.6.1" - let [] InformationalVersion = "0.6.1" + let [] Version = "1.0.1" + let [] InformationalVersion = "1.0.1" diff --git a/src/FSharp.Plotly/AssemblyInfo.fs b/src/FSharp.Plotly/AssemblyInfo.fs index 2bfe6286d..8fec76fe1 100644 --- a/src/FSharp.Plotly/AssemblyInfo.fs +++ b/src/FSharp.Plotly/AssemblyInfo.fs @@ -4,10 +4,10 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "0.6.1" - let [] InformationalVersion = "0.6.1" + let [] Version = "1.0.1" + let [] InformationalVersion = "1.0.1"