From 683228de81dafbf4400901ae832f8ba3ae7c387b Mon Sep 17 00:00:00 2001 From: SpoinkyNL Date: Mon, 19 Sep 2016 19:42:41 +0200 Subject: [PATCH] Brought version number back to 1.3.3.0 - No need to skip one! --- Artemis/Artemis/Artemis.csproj | 2 +- Artemis/Artemis/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Artemis/Artemis/Artemis.csproj b/Artemis/Artemis/Artemis.csproj index 8512732a6..e11609de2 100644 --- a/Artemis/Artemis/Artemis.csproj +++ b/Artemis/Artemis/Artemis.csproj @@ -40,7 +40,7 @@ Artemis Artemis 0 - 1.3.4.0 + 1.3.3.0 false true true diff --git a/Artemis/Artemis/Properties/AssemblyInfo.cs b/Artemis/Artemis/Properties/AssemblyInfo.cs index e3dc29a54..8bdcdc28e 100644 --- a/Artemis/Artemis/Properties/AssemblyInfo.cs +++ b/Artemis/Artemis/Properties/AssemblyInfo.cs @@ -52,5 +52,5 @@ using System.Windows; // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.3.4.0")] -[assembly: AssemblyFileVersion("1.3.4.0")] \ No newline at end of file +[assembly: AssemblyVersion("1.3.3.0")] +[assembly: AssemblyFileVersion("1.3.3.0")] \ No newline at end of file