Update mobile version to 0.6.2

This commit is contained in:
Yemel Jardi 2014-09-30 11:08:41 -03:00
parent f3f03af9b2
commit e81f2e7c36
3 changed files with 4 additions and 4 deletions

View File

@ -96,7 +96,7 @@ checkOK
echo "${OpenColor}${Green}* Coping files...${CloseColor}"
cd $BUILDDIR/..
cp -af {css,font,img,js,lib,sound,views,config.js,version.js} $PROJECT/www
cp -af {css,font,img,js,lib,sound,views,config.js,version.js,init.js} $PROJECT/www
checkOK
sed "s/<\!-- PLACEHOLDER: CORDOVA SRIPT -->/<script type='text\/javascript' charset='utf-8' src='cordova.js'><\/script>/g" index.html > $PROJECT/www/index.html

View File

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.bitpay.copay" version="0.6.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" android-versionCode="12">
<widget id="com.bitpay.copay" version="0.6.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" android-versionCode="13">
<name>Copay</name>
<description>
A secure bitcoin wallet for friends and companies.

View File

@ -57,7 +57,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.6.1</string>
<string>0.6.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
@ -72,7 +72,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>0.6.1</string>
<string>0.6.2</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSMainNibFile</key>