From 74250e1401cb220c02119e4512daa7fdf379aa50 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Thu, 5 May 2016 11:56:14 -0300 Subject: [PATCH] bump version to v1.12.12 (#4186) * bump version * android version * . --- cordova/config.xml | 6 +++--- cordova/wp/Package.appxmanifest | 2 +- cordova/wp/Properties/WMAppManifest.xml | 2 +- package.json | 4 ++-- webkitbuilds/.desktop | 2 +- webkitbuilds/setup-win.iss | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/cordova/config.xml b/cordova/config.xml index 9f3df7df4..ebfa50450 100644 --- a/cordova/config.xml +++ b/cordova/config.xml @@ -1,8 +1,8 @@ + version="1.12.12" + android-versionCode="102" + ios-CFBundleVersion="1.12.12"> Copay A secure bitcoin wallet for friends and companies. diff --git a/cordova/wp/Package.appxmanifest b/cordova/wp/Package.appxmanifest index fe118f7bd..48d833b04 100644 --- a/cordova/wp/Package.appxmanifest +++ b/cordova/wp/Package.appxmanifest @@ -1,6 +1,6 @@ - + Copay Bitcoin Wallet diff --git a/cordova/wp/Properties/WMAppManifest.xml b/cordova/wp/Properties/WMAppManifest.xml index 342b05d8d..ee6f454f0 100644 --- a/cordova/wp/Properties/WMAppManifest.xml +++ b/cordova/wp/Properties/WMAppManifest.xml @@ -11,7 +11,7 @@ - + Assets\icon@2.png diff --git a/package.json b/package.json index d15c3d5e4..ba85a4ea1 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,8 @@ "name": "copay", "description": "A multisignature wallet", "author": "BitPay", - "version": "1.12.11", - "androidVersionCode": "101", + "version": "1.12.12", + "androidVersionCode": "102", "keywords": [ "wallet", "copay", diff --git a/webkitbuilds/.desktop b/webkitbuilds/.desktop index b1cd5588b..83d2271da 100644 --- a/webkitbuilds/.desktop +++ b/webkitbuilds/.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Type=Application -Version=1.12.11 +Version=1.12.12 Name=Copay Comment=A multisignature wallet Exec=copay diff --git a/webkitbuilds/setup-win.iss b/webkitbuilds/setup-win.iss index 8823c5b84..bb3e5a2ca 100755 --- a/webkitbuilds/setup-win.iss +++ b/webkitbuilds/setup-win.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Copay" -#define MyAppVersion "1.12.11" +#define MyAppVersion "1.12.12" #define MyAppPublisher "BitPay" #define MyAppURL "https://copay.io" #define MyAppExeName "Copay.exe"