Skip to content

Commit

Permalink
Version Info v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AnderWeb committed Nov 25, 2010
1 parent 4e2d440 commit 8d5d9e4
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
Expand Up @@ -22,8 +22,8 @@
package="com.android.launcher"
android:sharedUserId="android.uid.shared"
android:sharedUserLabel="@string/uid_name"
android:versionCode="28"
android:versionName="1.2.0 system">
android:versionCode="29"
android:versionName="1.3.0 system">

<permission
android:name="com.android.launcher.permission.INSTALL_SHORTCUT"
Expand Down
2 changes: 1 addition & 1 deletion res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
<!-- Text to show user in place of a gadget when we can't display it properly -->
<string name="gadget_error_text">Problem loading widget</string>
<!-- ADW Version Information -->
<string name="adw_version">Version 1.2.0 System</string>
<string name="adw_version">Version 1.3.0 System</string>
<!-- ADW Settings -->
<string name="pref_label_settings">ADW Settings</string>
<!-- Screen preferences -->
Expand Down

0 comments on commit 8d5d9e4

Please sign in to comment.