Skip to content

Commit

Permalink
bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
thasmin committed Oct 21, 2012
1 parent 5719757 commit 57d09cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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="31"
android:versionName="5.1" >
android:versionCode="32"
android:versionName="5.2" >

<uses-sdk
android:minSdkVersion="8"
Expand Down
2 changes: 1 addition & 1 deletion res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<resources>
<string name="app_name">Podax</string>
<string name="app_long_name">Podax Podcaster</string>
<string name="app_version">5.1</string>
<string name="app_version">5.2</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 57d09cc

Please sign in to comment.