up version strings and code

This commit is contained in:
Eric House 2012-11-08 19:49:45 -08:00
parent 283045c649
commit 5cbafb9f56
3 changed files with 7 additions and 5 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="46" android:versionCode="47"
android:versionName="@string/app_version" android:versionName="@string/app_version"
> >

View file

@ -5,11 +5,13 @@
</style> </style>
</head> </head>
<body> <body>
<b>Crosswords 4.4 beta 54 release</b> <b>Crosswords 4.4 beta 55 release</b>
<ul> <ul>
<li>Don't try to access directory OS says is for downloads when it <li>Use "Google Cloud Messaging" for <em>much</em> faster relay move
doesn't actually exist</li> notifications</li>
<li>Fix crashes on Kindle Fire</li>
</ul> </ul>

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