Skip to content

Commit 31b18e8

Browse files
committed
Update version to 0.9.24
1 parent 1fb4ce2 commit 31b18e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0" id="com.seedship.remake" android-versionCode="10" version="0.9.23">
2+
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0" id="com.seedship.remake" android-versionCode="10" version="0.9.24">
33
<preference name="orientation" value="portrait"/>
44
<preference name="DisallowOverscroll" value="true"/>
55
<platform name="android">

data/menu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ console.log('Платформа в опциях: ' + options.platform);
5252

5353
loading = false;
5454

55-
var curVersion = "0.9.23";
55+
var curVersion = "0.9.24";
5656
if (!options.noLocalStorage){
5757
if (localStorage.getItem("Options") !== null) {
5858
options = gameload("Options");

0 commit comments

Comments
 (0)