up name and version code for new release

This commit is contained in:
Eric House 2016-02-03 20:40:46 -08:00
parent ee5c0707f0
commit 2cb989022c
4 changed files with 9 additions and 7 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.xw4dbg"
android:versionCode="97"
android:versionCode="98"
android:versionName="@string/app_version"
>

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="97"
android:versionCode="98"
android:versionName="@string/app_version"
>

View file

@ -13,11 +13,11 @@
</style>
</head>
<body>
<h2>Crosswords 4.4 beta 103 release</h2>
<h2>Crosswords 4.4.104 release</h2>
<p>This is a quick release to work around a recent change in
Google's build tools that broke upgrading on older devices. I'm
leaving the list below, from the previous release, intact.</p>
<p>This is a quick release to fix in-game TheFreeDictionary.com
lookups. I'm leaving the list below, from the previous release,
intact. </p>
<div id="survey">
<p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take
@ -50,6 +50,8 @@
<li>Fix occasional failure to refresh thumbnails</li>
<li>Fix TheFreeDictionary.com in-game word lookup</li>
<li>Don't allow removing players when game is locked (in Game
Config screen)</li>

View file

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