up strings for release

This commit is contained in:
Eric House 2015-03-04 06:56:12 -08:00
parent e9ccf5a305
commit b967c39c20
3 changed files with 5 additions and 13 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="87"
android:versionCode="88"
android:versionName="@string/app_version"
>

View file

@ -13,12 +13,9 @@
</style>
</head>
<body>
<h2>Crosswords 4.4 beta 94 release</h2>
<h2>Crosswords 4.4 beta 95 release</h2>
<p>This is an interim release making low-level network changes that
need to be out there before the next, more ambitious set of changes
can go out. Once this version&apos;s been adopted I can release the
next without breaking networked games that are in progress.</p>
<p>This is a quick bug fix release.</p>
<div id="survey">
<p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take
@ -28,12 +25,7 @@
<h3>New with this release</h3>
<ul>
<li>Change &quot;protocol&quot; of messages passed between games
to include more information</li>
<li>Replace "Do not show again" button in new-player hint
dialogs with a checkbox</li>
<li>Resend pending messages every time game is opened</li>
<li>Fix crash downloading wordlists</li>
<li>Don&apos;t crash copying games</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 94</string>
<string name="app_version">4.4 beta 95</string>
</resources>