File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11return {
22 plugin = {
3- version = " 0.3.3 " ,
3+ version = " 0.3.4 " ,
44 name = " RetroPlug" ,
55 author = " tommitytom" ,
66 uniqueId = " 2wvF" ,
Original file line number Diff line number Diff line change 44
55#define SEMVER_MAJOR 0
66#define SEMVER_MINOR 3
7- #define SEMVER_PATCH 3
7+ #define SEMVER_PATCH 4
88
99#define PLUG_NAME "RetroPlug"
1010#define PLUG_MFR "tommitytom"
11- #define PLUG_VERSION_HEX 0x00000303
11+ #define PLUG_VERSION_HEX 0x00000304
1212#define PLUG_VERSION_STR VERSION_STRING(SEMVER_MAJOR, SEMVER_MINOR, SEMVER_PATCH)
1313#define PLUG_UNIQUE_ID '2wvF'
1414#define PLUG_MFR_ID 'tmtt'
Original file line number Diff line number Diff line change @@ -187,8 +187,8 @@ BEGIN
187187 BEGIN
188188 BLOCK "040004e4"
189189 BEGIN
190- VALUE "FileVersion", "0.3.3 "
191- VALUE "ProductVersion", "0.3.3 "
190+ VALUE "FileVersion", "0.3.4 "
191+ VALUE "ProductVersion", "0.3.4 "
192192 VALUE "FileDescription", "RetroPlug"
193193 VALUE "InternalName", "RetroPlug"
194194 VALUE "ProductName", "RetroPlug"
You can’t perform that action at this time.
0 commit comments