up version strings

This commit is contained in:
Eric House 2013-09-15 10:32:26 -07:00
parent 37a79b25f6
commit 59d32d36b0
3 changed files with 4 additions and 9 deletions

View file

@ -22,7 +22,7 @@
to come from a domain that you own or have control over. -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.eehouse.android.xw4"
android:versionCode="58"
android:versionCode="59"
android:versionName="@string/app_version"
>

View file

@ -9,17 +9,12 @@
<h3>New with this release</h3>
<ul>
<li>Fix menu missing on some tablets</li>
<li>Disable in-game Chat feature. (It has bugs that cause games to
stop syncing moves. I'll fix eventually. Let me know if you
use this feature and I'll up the priority.)</li>
<li>Fix crash triggered by resignation</li>
<li>Quick fix: crash (in setBackgroundColor) on some devices</li>
</ul>
<h3>Next up</h3>
<ul>
<li>Put chat feature back</li>
<li>Improve communication with relay, part 2. (Really, I'm almost done!)</li>
</ul>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_version">4.4 beta 66</string>
<string name="app_version">4.4 beta 67</string>
</resources>