diff --git a/angular-bitcore-wallet-client/index.js b/angular-bitcore-wallet-client/index.js index ff5dd52eb..c45b24438 100644 --- a/angular-bitcore-wallet-client/index.js +++ b/angular-bitcore-wallet-client/index.js @@ -40,6 +40,7 @@ bwcModule.provider("bwcService", function() { }; service.buildTx = Client.buildTx; + service.parseSecret = Client.parseSecret; service.getUtils = function() { return Client.Utils; diff --git a/cordova/config.xml b/cordova/config.xml index 4a31e8f4a..fa16d75ec 100644 --- a/cordova/config.xml +++ b/cordova/config.xml @@ -1,8 +1,8 @@ + version="1.5.2" + android-versionCode="56" + ios-CFBundleVersion="1.5.2"> Copay A secure bitcoin wallet for friends and companies. diff --git a/cordova/ios/Copay-Info.plist b/cordova/ios/Copay-Info.plist index 592a6e9e8..811f4663d 100644 --- a/cordova/ios/Copay-Info.plist +++ b/cordova/ios/Copay-Info.plist @@ -57,11 +57,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.5.1 + 1.5.2 CFBundleSignature ???? CFBundleVersion - 1.5.1 + 1.5.2 LSRequiresIPhoneOS NSMainNibFile diff --git a/cordova/wp/Package.appxmanifest b/cordova/wp/Package.appxmanifest index f7a3ebc74..991fbc756 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 1bf77bf18..d9b7c4d96 100644 --- a/cordova/wp/Properties/WMAppManifest.xml +++ b/cordova/wp/Properties/WMAppManifest.xml @@ -8,7 +8,7 @@ - + Assets\icon@2.png diff --git a/package.json b/package.json index 410c5d87c..25f06ec21 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "copay", "description": "A multisignature wallet", "author": "BitPay", - "version": "1.5.1", + "version": "1.5.2", "keywords": [ "wallet", "copay", diff --git a/public/views/includes/transaction.html b/public/views/includes/transaction.html index cdc76a55e..24093e465 100644 --- a/public/views/includes/transaction.html +++ b/public/views/includes/transaction.html @@ -6,7 +6,7 @@  
-
+
Send {{tx.amountStr}}
diff --git a/public/views/walletHome.html b/public/views/walletHome.html index b3fe1ee31..c149faa21 100644 --- a/public/views/walletHome.html +++ b/public/views/walletHome.html @@ -160,8 +160,8 @@

Payment Proposals

Unsent transactions

-
+
+