Skip to content

Commit

Permalink
bumped version to 7.01
Browse files Browse the repository at this point in the history
  • Loading branch information
thasmin committed Jun 6, 2014
1 parent 3642145 commit cad088e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.axelby.podax"
android:versionCode="57"
android:versionName="7.0">
android:versionCode="58"
android:versionName="7.01">

<uses-sdk
android:minSdkVersion="9"
Expand Down
2 changes: 1 addition & 1 deletion src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<string name="app_name">Podax</string>
<string name="app_long_name">Podax Podcaster</string>
<string name="app_version">7.0</string>
<string name="app_version">7.01</string>
<string name="pause">Pause</string>
<string name="play">Play</string>
<string name="add_to_queue">Add To Queue</string>
Expand Down

0 comments on commit cad088e

Please sign in to comment.