From 3bf7aeb9e2e790384df1da616b4e4699ab539850 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20M=C3=BChlhaus?= Date: Tue, 5 Jul 2016 14:33:13 +0200 Subject: [PATCH] Bump version to 1.0.1 --- RELEASE_NOTES.md | 2 +- src/FSharp.Plotly.WPF/AssemblyInfo.fs | 8 ++++---- src/FSharp.Plotly/AssemblyInfo.fs | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) 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"