From 0d259370d624f4ec45c82745aa2a234728cef9b5 Mon Sep 17 00:00:00 2001 From: "Sean D. Hunt" Date: Tue, 25 Dec 2018 23:25:40 -0500 Subject: [PATCH] Updated version number. --- Program.cs | 2 +- appveyor.yml | 2 +- newsmake.csproj | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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