diff --git a/changelog.md b/changelog.md index 823caab..be49f25 100644 --- a/changelog.md +++ b/changelog.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## Unreleased +## v0.0.3 (17 Nov 2018) ### Added - This CHANGELOG file - Resource Files for Windows Build diff --git a/src/resources/icon.rc b/src/resources/icon.rc index b517af3..42ecfde 100644 --- a/src/resources/icon.rc +++ b/src/resources/icon.rc @@ -14,7 +14,7 @@ BEGIN VALUE "LegalCopyright", "Bryan Becar" VALUE "OriginalFilename", "riko4.exe" VALUE "ProductName", "Riko4" - VALUE "ProductVersion", "0.0.1" + VALUE "ProductVersion", "0.0.3" END END BLOCK "VarFileInfo" diff --git a/src/resources/icon.res b/src/resources/icon.res index 0b656d1..c7ee717 100644 Binary files a/src/resources/icon.res and b/src/resources/icon.res differ