notes and version code changes for release

This commit is contained in:
Eric House 2016-02-02 19:41:16 -08:00
parent 6e30d77ada
commit 5ccb9bf7a3
4 changed files with 7 additions and 11 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="96"
android:versionCode="97"
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="96"
android:versionCode="97"
android:versionName="@string/app_version"
>

View file

@ -13,15 +13,11 @@
</style>
</head>
<body>
<h2>Crosswords 4.4 beta 102 release</h2>
<h2>Crosswords 4.4 beta 103 release</h2>
<p>This release introduces "Rematch", a way to create new games from
existing ones that short-circuits all the configuration and
invitation nonsense. (Nonsense, anyway, after the first time.)
Invitations are cleaned up. And it is the second of two releases
that together fix stalling issues in network games. </p>
<p>I hope you like it!</p>
<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>
<div id="survey">
<p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take

View file

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