Skip to content

Commit 12bdabe

Browse files
committed
v0.1.3
1 parent 499d396 commit 12bdabe

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

gotify-tray++.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@ IDI_ICON1 ICON DISCARDABLE "res/icons/gotify-tray++.ico"
22

33

44
1 VERSIONINFO
5-
FILEVERSION 0,1,2,0
6-
PRODUCTVERSION 0,1,2,0
5+
FILEVERSION 0,1,3,0
6+
PRODUCTVERSION 0,1,3,0
77
{
88
BLOCK "StringFileInfo"
99
{
1010
BLOCK "000004B0"
1111
{
1212
VALUE "CompanyName", "Gotify Tray++\0"
1313
VALUE "FileDescription", "Gotify Tray++\0"
14-
VALUE "FileVersion", "0.1.2\0"
14+
VALUE "FileVersion", "0.1.3\0"
1515
VALUE "OriginalFilename", "gotify-tray++.exe\0"
1616
VALUE "ProductName", "Gotify Tray++\0"
17-
VALUE "ProductVersion", "0.1.2\0"
17+
VALUE "ProductVersion", "0.1.3\0"
1818
}
1919
}
2020
BLOCK "VarFileInfo"

scripts/gotify-tray++.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "Gotify Tray++"
5-
#define MyAppVersion "0.1.2"
5+
#define MyAppVersion "0.1.3"
66
#define MyAppURL "https://github.com/seird/gotify-tray-cpp"
77
#define MyAppExeName "gotify-tray++.exe"
88

src/appversion.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#include "appversion.h"
22

3-
QVersionNumber appVersion(0, 1, 2);
3+
QVersionNumber appVersion(0, 1, 3);

0 commit comments

Comments
 (0)