File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
All notable changes to this project will be documented in this file.
3
3
4
- ## [ unreleased ]
4
+ ## [ 0.8.1 ]
5
5
6
6
### Fixed
7
7
- message window not disappearing after clicking an answer button if game is unpaused,
Original file line number Diff line number Diff line change @@ -69,8 +69,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
69
69
//
70
70
71
71
VS_VERSION_INFO VERSIONINFO
72
- FILEVERSION 0,8,0 ,0
73
- PRODUCTVERSION 0,8,0 ,0
72
+ FILEVERSION 0,8,1 ,0
73
+ PRODUCTVERSION 0,8,1 ,0
74
74
FILEFLAGSMASK 0x3fL
75
75
#ifdef _DEBUG
76
76
FILEFLAGS 0x1L
@@ -87,12 +87,12 @@ BEGIN
87
87
BEGIN
88
88
VALUE "CompanyName", "TODO: <Company name>"
89
89
VALUE "FileDescription", "Ingnomia"
90
- VALUE "FileVersion", "0.8.0 .0"
90
+ VALUE "FileVersion", "0.8.1 .0"
91
91
VALUE "InternalName", "Gnomes.exe"
92
92
VALUE "LegalCopyright", "Copyright (C) 2019"
93
93
VALUE "OriginalFilename", "Gnomes.exe"
94
94
VALUE "ProductName", "Ingnomia"
95
- VALUE "ProductVersion", "0.8.0 .0"
95
+ VALUE "ProductVersion", "0.8.1 .0"
96
96
END
97
97
END
98
98
BLOCK "VarFileInfo"
You can’t perform that action at this time.
0 commit comments