diff --git a/Program.cs b/Program.cs index d089cda..c7b9a25 100644 --- a/Program.cs +++ b/Program.cs @@ -76,7 +76,7 @@ internal static int Main(string[] args) string command = args[1]; if (command.Equals("--version")) { - Console.WriteLine("Version: 1.0.3"); + Console.WriteLine("Version: 1.0.4"); } } else diff --git a/appveyor.yml b/appveyor.yml index 78d185b..ef2d95e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.0.3a{build} +version: 1.0.4a{build} image: Visual Studio 2019 Preview configuration: Release platform: Any CPU diff --git a/newsmake.csproj b/newsmake.csproj index cbdc9c9..bf93fab 100644 --- a/newsmake.csproj +++ b/newsmake.csproj @@ -15,8 +15,8 @@ https://github.com/Elskom/newsmake/blob/master/LICENSE Copyright (c) 2018 News / changelog making tool. - Fixed another substring bug which caused crashes. - 1.0.3 + Actually fixed the substring bug which caused crashes. + 1.0.4 true