Merge pull request #169 from cmgustavo/ref/design-45

v0.13.0
This commit is contained in:
Gustavo Maximiliano Cortez 2016-09-22 18:35:42 -03:00 committed by GitHub
commit fbe14be31a
4 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@
"manifest_version": 2,
"name": "BitPay",
"description": "The BitPay Bitcoin Wallet",
"version": "0.12.0",
"version": "0.13.0",
"permissions": [
"storage",
"unlimitedStorage",

View File

@ -6,7 +6,7 @@
"name": "bitpay",
"description": "The BitPay Bitcoin Wallet",
"author": "BitPay",
"version": "0.12.0",
"version": "0.13.0",
"keywords": [
"wallet",
"copay",

View File

@ -1,6 +1,6 @@
[Desktop Entry]
Type=Application
Version=0.12.0
Version=0.13.0
Name=BitPay
Comment=The BitPay Bitcoin Wallet
Exec=bitpay

View File

@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "bitpay"
#define MyAppVersion "0.12.0"
#define MyAppVersion "0.13.0"
#define MyAppPublisher "BitPay"
#define MyAppURL "https://bitpay.com"
#define MyAppExeName "*NAMECASENOSPACE.exe"