up strings for new release

This commit is contained in:
Eric House 2013-10-17 05:43:57 -07:00
parent e56fd06c09
commit ea4c705bc6
3 changed files with 4 additions and 5 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.xw4"
android:versionCode="61"
android:versionCode="62"
android:versionName="@string/app_version"
>

View file

@ -5,7 +5,7 @@
</style>
</head>
<body>
<b>Crosswords 4.4 beta 69 release</b>
<b>Crosswords 4.4 beta 70 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,8 +18,7 @@
<h3>New with this release</h3>
<ul>
<li>Fix relay registration problem (Thanks DS!)</li>
<li>Show Turn done/Pass in actionbar where possible</li>
<li>Work around bug in 2.3.x Android (Thanks O!)</li>
</ul>
<h3>Next up</h3>

View file

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