mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-20 22:26:54 +01:00
up changelog and version strings
This commit is contained in:
parent
39efbaa7f5
commit
592a6429d4
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
def INITIAL_CLIENT_VERS = 8
|
||||
def VERSION_CODE_BASE = 124
|
||||
def VERSION_NAME = '4.4.128'
|
||||
def VERSION_CODE_BASE = 125
|
||||
def VERSION_NAME = '4.4.129'
|
||||
def FABRIC_API_KEY = System.getenv("FABRIC_API_KEY")
|
||||
|
||||
boolean forFDroid = hasProperty('forFDroid')
|
||||
|
|
|
@ -13,9 +13,9 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h2>CrossWords 4.4.128 release</h2>
|
||||
<h2>CrossWords 4.4.129 release</h2>
|
||||
|
||||
<p>Quick fix for a crash reported via the Play Store</p>
|
||||
<p>Quick fix for a another crash reported via the Play Store</p>
|
||||
|
||||
<div id="survey">
|
||||
<p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take
|
||||
|
@ -25,7 +25,7 @@
|
|||
|
||||
<h3>New with this release</h3>
|
||||
<ul>
|
||||
<li>Fix crash on Samsung Galaxy TabS 8.4 (thanks for the report!)</li>
|
||||
<li>Fix crash that only showed up in games using timers</li>
|
||||
</ul>
|
||||
|
||||
<p>(The full changelog
|
||||
|
|
Loading…
Reference in a new issue