Skip to content

Commit

Permalink
bump to WebSMS v4.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
felixb committed Dec 31, 2011
1 parent 4f6bf7d commit e5f3604
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
not, see <http://www.gnu.org/licenses/>.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.ub0r.android.websms" android:versionName="4.2.4"
android:versionCode="3143" android:installLocation="auto">
package="de.ub0r.android.websms" android:versionName="4.2.5"
android:versionCode="3144" android:installLocation="auto">
<application android:name=".WebSMSApp" android:label="@string/app_name"
android:icon="@drawable/icon" android:hardwareAccelerated="true">
<activity android:name="WebSMS" android:label="@string/app_name"
Expand Down
2 changes: 1 addition & 1 deletion res/values/base.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
-->
<resources>
<string name="app_name">WebSMS</string>
<string name="app_version">4.2.4</string>
<string name="app_version">4.2.5</string>
<string name="website">http://code.google.com/p/websmsdroid/</string>
<string name="source">http://github.com/felixb/websms</string>
<string name="faq_">FAQ</string>
Expand Down
1 change: 1 addition & 0 deletions res/values/update.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
-->
<resources>
<string-array name="updates">
<item>v4.2.5: fix FC on android 1.6</item>
<item>v4.2.4: fix FC on android 1.6</item>
<item>v4.2.3: minor fixes, update translations</item>
<item>v4.2.2: minor UI fix</item>
Expand Down

0 comments on commit e5f3604

Please sign in to comment.