up strings for next beta (a quick fix)

This commit is contained in:
Eric House 2013-08-06 22:03:09 -07:00
parent a38fd0e96c
commit b33991486c
3 changed files with 4 additions and 16 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.xw4" package="org.eehouse.android.xw4"
android:versionCode="55" android:versionCode="56"
android:versionName="@string/app_version" android:versionName="@string/app_version"
> >

View file

@ -5,23 +5,11 @@
</style> </style>
</head> </head>
<body> <body>
<b>Crosswords 4.4 beta 63 release</b> <b>Crosswords 4.4 beta 64 release</b>
<h3>New with this release</h3> <h3>New with this release</h3>
<ul> <ul>
<li>Reduce amount of network traffic required to get moves</li> <li>Fix tray height on large tablets</li>
<li>Make all wordlists available from wordlists button below board
(on Android 3.0 and above)</li>
<li>Dim pending score counter (at right end of tray) when it's not
that player's turn or game's over</li>
<li>Move more frequently used game buttons to left where they're
more visible</li>
<li>Fix a few bugs</li>
</ul> </ul>
<h3>Next up</h3> <h3>Next up</h3>

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 63</string> <string name="app_version">4.4 beta 64</string>
</resources> </resources>