Skip to content

Commit

Permalink
Windows version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mbg033 committed Oct 31, 2019
1 parent 9904c0d commit ddaa55a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions GraftMobileClient/windows/wallet/install.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
!define DESCRIPTION "Graft Wallet"
!define VERSIONMAJOR 1
!define VERSIONMINOR 15
!define VERSIONBUILD 0
!define VERSION "1.15.0"
!define VERSIONBUILD 1
!define VERSION "1.15.1"
!define APPICON "icon.ico"
!define ABOUTURL "https://www.graft.network"
!define LIC_NAME "license.rtf"
Expand Down
8 changes: 4 additions & 4 deletions GraftMobileClient/windows/wallet/resource.rc
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@ IDI_ICON1 ICON DISCARDABLE "icon.ico"
#define VFT_APP 0x00000001L

1 VERSIONINFO
FILEVERSION 1,15,0
PRODUCTVERSION 1,15,0
FILEVERSION 1,15,1
PRODUCTVERSION 1,15,1
FILETYPE VFT_APP
{
BLOCK "StringFileInfo"
{
BLOCK "040904E4"
{
VALUE "CompanyName", "GRAFT Payments, LLC"
VALUE "FileVersion", "1.15.0"
VALUE "FileVersion", "1.15.1"
VALUE "FileDescription", "Graft Wallet"
VALUE "InternalName", "Graft Wallet"
VALUE "LegalCopyright", " 2019 GRAFT Payments, LLC"
VALUE "OriginalFilename", "GraftWallet.exe"
VALUE "ProductName", "Graft Wallet"
VALUE "ProductVersion", "1.15.0"
VALUE "ProductVersion", "1.15.1"
}
}

Expand Down

0 comments on commit ddaa55a

Please sign in to comment.