Merge pull request #2953 from cmgustavo/update/installer-version-win

Updates version of windows installer
This commit is contained in:
Matias Alejo Garcia 2015-07-10 16:10:06 -03:00
commit 87dd786ba3
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "Copay"
#define MyAppVersion "1.0.1"
#define MyAppVersion "1.1.0"
#define MyAppPublisher "BitPay"
#define MyAppURL "https://copay.io"
#define MyAppExeName "copay.exe"

View file

@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "Copay"
#define MyAppVersion "1.0.1"
#define MyAppVersion "1.1.0"
#define MyAppPublisher "BitPay"
#define MyAppURL "https://copay.io"
#define MyAppExeName "copay.exe"