up strings for new release

This commit is contained in:
Eric House 2015-02-18 19:24:17 -08:00
parent b23c4d0a73
commit b89395ffb9
3 changed files with 11 additions and 12 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="85"
android:versionCode="86"
android:versionName="@string/app_version"
>

View file

@ -13,11 +13,12 @@
</style>
</head>
<body>
<h2>Crosswords 4.4 beta 92 release</h2>
<h2>Crosswords 4.4 beta 93 release</h2>
<p>This is an interim release with a few quick bug fixes. I'm still
working on the next big one (rethinking how game invitations
work).</p>
<p>This is an interim release mostly to set up a larger release
that's nearly done and with which everything before would otherwise
be incompatible. Once this version's been adopted I can release the
next.</p>
<div id="survey">
<p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take
@ -27,13 +28,11 @@
<h3>New with this release</h3>
<ul>
<li>Set a default language to fix bug setting default wordlists
when default language hasn&apos;t been set</li>
<li>Replace "Do not show again" button in new-player hint
dialogs with a checkbox</li>
<li>When game is over tap on opponent&apos;s score will show you
his/her tiles</li>
<li>Fix a couple of potential crashers</li>
<li>Change some networking details that are incompatible with
new stuff in a way that doesn't break the old.</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 92</string>
<string name="app_version">4.4 beta 93</string>
</resources>