Skip to content

Commit

Permalink
Update version in strings and manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
pilot51 committed Apr 27, 2011
1 parent c2e0470 commit df02659
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="com.pilot51.lander"
android:versionCode="1"
android:versionCode="2"
android:versionName="@string/app_version">
<uses-sdk
android:minSdkVersion="3"
Expand Down
2 changes: 1 addition & 1 deletion res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Lander</string>
<string name="app_version">1.0.0</string>
<string name="app_version">1.0.1</string>
<string name="word_new">New</string>
<string name="restart">Restart</string>
<string name="options">Options</string>
Expand Down

0 comments on commit df02659

Please sign in to comment.