up version strings and number

This commit is contained in:
Eric House 2013-01-01 22:33:31 -08:00
parent bbf9e8e0df
commit 86b39b8340
3 changed files with 3 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="50"
android:versionCode="51"
android:versionName="@string/app_version"
>

View file

@ -5,17 +5,14 @@
</style>
</head>
<body>
<b>Crosswords 4.4 beta 58 release</b>
<b>Crosswords 4.4 beta 59 release</b>
<h3>New with this release</h3>
<ul>
<li>Allow grouping of games in collapsible user-defined categories:
"Games with Kati", "Finished games", etc.</li>
</ul>
<h3>Next up</h3>
<ul>
<li>Improve communication with relay</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 58</string>
<string name="app_version">4.4 beta 59</string>
</resources>