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. --> to come from a domain that you own or have control over. -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.eehouse.android.xw4" package="org.eehouse.android.xw4"
android:versionCode="106" android:versionCode="107"
android:versionName="@string/app_version" android:versionName="@string/app_version"
> >

View file

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

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<string name="app_version">4.4.111</string> <string name="app_version">4.4.112</string>
</resources> </resources>