Skip to content
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.

Commit

Permalink
Updated version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
AraHaan committed Dec 26, 2018
1 parent 50a8291 commit 0d25937
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.0.3a{build}
version: 1.0.4a{build}
image: Visual Studio 2019 Preview
configuration: Release
platform: Any CPU
Expand Down
4 changes: 2 additions & 2 deletions newsmake.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<PackageLicenseUrl>https://github.com/Elskom/newsmake/blob/master/LICENSE</PackageLicenseUrl>
<Copyright>Copyright (c) 2018</Copyright>
<Description>News / changelog making tool.</Description>
<PackageReleaseNotes>Fixed another substring bug which caused crashes.</PackageReleaseNotes>
<Version>1.0.3</Version>
<PackageReleaseNotes>Actually fixed the substring bug which caused crashes.</PackageReleaseNotes>
<Version>1.0.4</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

Expand Down

0 comments on commit 0d25937

Please sign in to comment.