up strings for new release

This commit is contained in:
Eric House 2014-03-11 19:16:41 -07:00
parent a3e9562654
commit 640837f318
3 changed files with 6 additions and 8 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="73"
android:versionCode="74"
android:versionName="@string/app_version"
>

View file

@ -5,15 +5,13 @@
</style>
</head>
<body>
<b>Crosswords 4.4 beta 80 release</b>
<b>Crosswords 4.4 beta 81 release</b>
<h3>New with this release</h3>
<ul>
<li>Tweak network play; in particular, fix so resends happen
automatically when you get a network connection back. This should
reduce game stalling</li>
<li>Add menuitem to main screen that manually resends moves</li>
<li>Fix KitKat-only problem drawing green/red move timer outlines</li>
<li>Internal changes to address frequently reported crash most
often seen after dismissing the word lookup/studylist dialog</li>
<li>Fix another Board dialog crash</li>
</ul>
<h3>Next up</h3>

View file

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