up version strings

This commit is contained in:
Eric House 2013-09-07 08:16:44 -07:00
parent c115752852
commit 00aa53dd3a
3 changed files with 5 additions and 6 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="57"
android:versionCode="58"
android:versionName="@string/app_version"
>

View file

@ -5,17 +5,16 @@
</style>
</head>
<body>
<b>Crosswords 4.4 beta 65 release</b>
<b>Crosswords 4.4 beta 66 release</b>
<h3>New with this release</h3>
<ul>
<li>Fix crash upgrading directly from two-year-old version. C'mon,
people!</li>
<li>Fix menu missing on some tablets</li>
</ul>
<h3>Next up</h3>
<ul>
<li>Improve communication with relay, part 2</li>
<li>Improve communication with relay, part 2. (Really, I'm almost done!)</li>
</ul>
<p>(The full changelog

View file

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