File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
GraftMobileClient/windows/wallet Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1010 !define DESCRIPTION " Graft Wallet"
1111 !define VERSIONMAJOR 1
1212 !define VERSIONMINOR 15
13- !define VERSIONBUILD 0
14- !define VERSION " 1.15.0 "
13+ !define VERSIONBUILD 1
14+ !define VERSION " 1.15.1 "
1515 !define APPICON " icon.ico"
1616 !define ABOUTURL " https://www.graft.network"
1717 !define LIC_NAME " license.rtf"
Original file line number Diff line number Diff line change @@ -4,22 +4,22 @@ IDI_ICON1 ICON DISCARDABLE "icon.ico"
44#define VFT_APP 0x00000001L
55
661 VERSIONINFO
7- FILEVERSION 1,15,0
8- PRODUCTVERSION 1,15,0
7+ FILEVERSION 1,15,1
8+ PRODUCTVERSION 1,15,1
99FILETYPE VFT_APP
1010{
1111 BLOCK "StringFileInfo"
1212 {
1313 BLOCK "040904E4"
1414 {
1515 VALUE "CompanyName", "GRAFT Payments, LLC"
16- VALUE "FileVersion", "1.15.0 "
16+ VALUE "FileVersion", "1.15.1 "
1717 VALUE "FileDescription", "Graft Wallet"
1818 VALUE "InternalName", "Graft Wallet"
1919 VALUE "LegalCopyright", " 2019 GRAFT Payments, LLC"
2020 VALUE "OriginalFilename", "GraftWallet.exe"
2121 VALUE "ProductName", "Graft Wallet"
22- VALUE "ProductVersion", "1.15.0 "
22+ VALUE "ProductVersion", "1.15.1 "
2323 }
2424 }
2525
You can’t perform that action at this time.
0 commit comments