Skip to content

Commit

Permalink
Version bump 0.81
Browse files Browse the repository at this point in the history
  • Loading branch information
SamouraiDev committed Jun 6, 2016
1 parent a0a84b5 commit 32cdcfe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.samourai.wallet"
minSdkVersion 14
targetSdkVersion 21
versionCode 27
versionName "0.80"
versionCode 28
versionName "0.81"
multiDexEnabled true
}
dexOptions
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.samourai.wallet"
android:versionCode="27"
android:versionCode="28"
android:versionName="@string/version_name"
>

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<resources>

<string name="code_name">\'Crafty Cobra\'</string>
<string name="version_name">0.80</string>
<string name="version_name">0.81</string>
<string name="app_name">Samourai</string>

<string name="new_version_message">Welcome to Samourai Alpha 2 \'Crafty Cobra\'. We are building the most secure and private mobile wallet. In this version:\n\nUpdated algorithim allows you to define the amount of obfuscation per transaction basis\n\nUse ShapeShift to receive payment in 30+ altcoins and auto convert to bitcoin held in your wallet\n\nEnable VPN or Tor to relay all transactions through an anonymous IP address\n\nand much, much more...</string>
Expand Down

0 comments on commit 32cdcfe

Please sign in to comment.