up strings for release

This commit is contained in:
Eric House 2014-08-27 07:06:35 -07:00
parent 78581490eb
commit 3858eb2f1d
3 changed files with 4 additions and 4 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="81"
android:versionCode="82"
android:versionName="@string/app_version"
>

View file

@ -13,7 +13,7 @@
</style>
</head>
<body>
<h2>Crosswords 4.4 beta 88 release</h2>
<h2>Crosswords 4.4 beta 89 release</h2>
<div id="survey">
<p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take
@ -24,7 +24,7 @@
<h3>New with this release</h3>
<ul>
<li>Include summary of move in notification bar message</li>
<li>Hide crosshairs except when a tile is being dragged</li>
<li>On board, hide crosshairs except when a tile is being dragged</li>
<li>Add debug setting to change turn reminder frequency</li>
</ul>

View file

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