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. --> 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.xw4dbg" package="org.eehouse.android.xw4dbg"
android:versionCode="96" android:versionCode="97"
android:versionName="@string/app_version" android:versionName="@string/app_version"
> >

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

View file

@ -13,15 +13,11 @@
</style> </style>
</head> </head>
<body> <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 <p>This is a quick release to work around a recent change in
existing ones that short-circuits all the configuration and Google's build tools that broke upgrading on older devices. I'm
invitation nonsense. (Nonsense, anyway, after the first time.) leaving the list below, from the previous release, intact.</p>
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>
<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

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 beta 102</string> <string name="app_version">4.4.103</string>
</resources> </resources>