mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-22 07:28:16 +01:00
up version strings
This commit is contained in:
parent
9a8ed72ea1
commit
7714bdc84f
3 changed files with 4 additions and 7 deletions
|
@ -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="60"
|
android:versionCode="61"
|
||||||
android:versionName="@string/app_version"
|
android:versionName="@string/app_version"
|
||||||
>
|
>
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<b>Crosswords 4.4 beta 68 release</b>
|
<b>Crosswords 4.4 beta 69 release</b>
|
||||||
|
|
||||||
<p>This release features a major upgrade to how the app communicates
|
<p>This release features a major upgrade to how the app communicates
|
||||||
with the relay, in essence switching from each game communicating
|
with the relay, in essence switching from each game communicating
|
||||||
|
@ -18,10 +18,7 @@
|
||||||
|
|
||||||
<h3>New with this release</h3>
|
<h3>New with this release</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Rewrite of networking code</li>
|
<li>Fix relay registration problem</li>
|
||||||
<li>Turn chat back on</li>
|
|
||||||
<li>Progress bar added for download of wordlists and upgrades</li>
|
|
||||||
<li>Fix Exchange tiles buttons</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h3>Next up</h3>
|
<h3>Next up</h3>
|
||||||
|
|
|
@ -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 68</string>
|
<string name="app_version">4.4 beta 69</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Reference in a new issue