Skip to content

Commit

Permalink
bumped version to 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thasmin committed Jun 1, 2012
1 parent ec75891 commit b6a3bdf
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="18"
android:versionName="3.5" >
android:versionCode="19"
android:versionName="4.0" >

<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">3.5</string>
<string name="app_version">4.0</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 b6a3bdf

Please sign in to comment.