Skip to content

Commit

Permalink
releng: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
zostay committed Apr 7, 2013
1 parent 6e5bc74 commit e12ee21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AndroidManifest.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.qubling.sidekick"
android:versionCode="15"
android:versionCode="16"
android:versionName="@string/app_version" >

<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="13"/>
Expand Down
2 changes: 1 addition & 1 deletion res/values/strings.xml
Expand Up @@ -14,7 +14,7 @@
<string name="app_launcher_name">CPAN</string>
<string name="not_yet_implemented">Not yet implemented.</string>
<string name="default_ratings_0">0</string>
<string name="app_version">0.5.0</string>
<string name="app_version">0.5.1</string>
<string name="menu_module_search">Search</string>
<string name="module_view_placeholder_search_help">Use the search box to find CPAN modules.</string>
<string name="module_view_placeholder_results_help">Click on one of the modules in the results to see its documentation.</string>
Expand Down

0 comments on commit e12ee21

Please sign in to comment.