up release strings

This commit is contained in:
Eric House 2016-10-25 20:06:10 -07:00
parent 1a43ab0adb
commit 540a720fb7
3 changed files with 6 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="106"
android:versionCode="107"
android:versionName="@string/app_version"
>

View file

@ -13,12 +13,10 @@
</style>
</head>
<body>
<h2>Crosswords 4.4.111 release</h2>
<h2>Crosswords 4.4.112 release</h2>
<p>This release changes the display order of games in the main
screen, placing those in which it's your turn at the top and games
that have ended at the bottom. And it fixes an occasional crash in
side-by-side mode.</p>
<p>This release fixes a crash introduced by the previous release
that occurred on some devices when creating new games.</p>
<div id="survey">
<p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take
@ -28,12 +26,7 @@
<h3>New with this release</h3>
<ul>
<li>Display at the top of the list games in which it's the local
player's turn</li>
<li>Display at the bottom of the list games that have ended</li>
<li>Fix crash launching app in side-by-side mode</li>
<li>Fix crash attempting to configure new network 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.111</string>
<string name="app_version">4.4.112</string>
</resources>