mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-20 22:26:54 +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. -->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.eehouse.android.xw4"
|
||||
android:versionCode="60"
|
||||
android:versionCode="61"
|
||||
android:versionName="@string/app_version"
|
||||
>
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
</style>
|
||||
</head>
|
||||
<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
|
||||
with the relay, in essence switching from each game communicating
|
||||
|
@ -18,10 +18,7 @@
|
|||
|
||||
<h3>New with this release</h3>
|
||||
<ul>
|
||||
<li>Rewrite of networking code</li>
|
||||
<li>Turn chat back on</li>
|
||||
<li>Progress bar added for download of wordlists and upgrades</li>
|
||||
<li>Fix Exchange tiles buttons</li>
|
||||
<li>Fix relay registration problem</li>
|
||||
</ul>
|
||||
|
||||
<h3>Next up</h3>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<resources>
|
||||
<string name="app_version">4.4 beta 68</string>
|
||||
<string name="app_version">4.4 beta 69</string>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue