mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-31 19:57:06 +01:00
up version for new release
This commit is contained in:
parent
635fbed719
commit
ba8a5ceeb6
2 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
def INITIAL_CLIENT_VERS = 8
|
||||
def VERSION_CODE_BASE = 117
|
||||
def VERSION_NAME = '4.4.121'
|
||||
def VERSION_CODE_BASE = 118
|
||||
def VERSION_NAME = '4.4.122'
|
||||
def FABRIC_API_KEY = System.getenv("FABRIC_API_KEY")
|
||||
|
||||
boolean forFDroid = hasProperty('forFDroid')
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h2>CrossWords 4.4.121 release</h2>
|
||||
<h2>CrossWords 4.4.122 release</h2>
|
||||
|
||||
<p>This is a quick release to fix a crash reported via the Play
|
||||
store.</p>
|
||||
|
@ -27,7 +27,6 @@
|
|||
<h3>New with this release</h3>
|
||||
<ul>
|
||||
<li>Fix crash reported to Google Play store -- thanks!</li>
|
||||
<li>Tweak how Invite/Wait dialog is shown and dismissed</li>
|
||||
</ul>
|
||||
|
||||
<p>(The full changelog
|
||||
|
|
Loading…
Add table
Reference in a new issue