Skip to content

Commit

Permalink
Merge pull request #2772 from cmgustavo/release/v0.10.8
Browse files Browse the repository at this point in the history
New release v0.10.8
  • Loading branch information
matiu committed May 23, 2015
2 parents 72838d5 + be96be8 commit d5b97ca
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions cordova/config.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.bitpay.copay"
version="0.10.7"
android-versionCode="33"
ios-CFBundleVersion="0.10.7">
version="0.10.8"
android-versionCode="34"
ios-CFBundleVersion="0.10.8">
<name>Copay</name>
<description>
A secure bitcoin wallet for friends and companies.
Expand Down
4 changes: 2 additions & 2 deletions cordova/ios/Copay-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.10.7</string>
<string>0.10.8</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.10.7</string>
<string>0.10.8</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSMainNibFile</key>
Expand Down
2 changes: 1 addition & 1 deletion cordova/wp/Package.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/2010/manifest" xmlns:m2="http://schemas.microsoft.com/appx/2013/manifest" xmlns:m3="http://schemas.microsoft.com/appx/2014/manifest" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest">
<Identity Name="18C7659D.CopayWallet" Publisher="CN=F89609D1-EB3E-45FD-A58A-C2E3895FCE7B" Version="0.10.7.0" />
<Identity Name="18C7659D.CopayWallet" Publisher="CN=F89609D1-EB3E-45FD-A58A-C2E3895FCE7B" Version="0.10.8.0" />
<mp:PhoneIdentity PhoneProductId="5381aa50-9069-11e4-84cc-293caf9cbdc8" PhonePublisherId="F89609D1-EB3E-45FD-A58A-C2E3895FCE7B" />
<Properties>
<DisplayName>Copay Wallet</DisplayName>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "copay",
"description": "A multisignature wallet",
"author": "BitPay",
"version": "0.10.7",
"version": "0.10.8",
"keywords": [
"wallet",
"copay",
Expand Down

0 comments on commit d5b97ca

Please sign in to comment.