Skip to content

Commit a7f971f

Browse files
committed
Update version to 0.9.23
1 parent 97f6e14 commit a7f971f

File tree

2 files changed

+22
-28
lines changed

2 files changed

+22
-28
lines changed

config.xml

Lines changed: 21 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,21 @@
1-
<?xml version="1.0" encoding="UTF-8" ?>
2-
<widget xmlns = "http://www.w3.org/ns/widgets"
3-
xmlns:gap = "http://phonegap.com/ns/1.0"
4-
id = "com.seedship.remake"
5-
android-versionCode = "10"
6-
version = "0.9.22" >
7-
<preference name="orientation" value="portrait" />
8-
<preference name="DisallowOverscroll" value="true" />
9-
<platform name="android">
10-
<icon src="res/icon/android/ldpi.png" density="ldpi" />
11-
<icon src="res/icon/android/mdpi.png" density="mdpi" />
12-
<icon src="res/icon/android/hdpi.png" density="hdpi" />
13-
<icon src="res/icon/android/xhdpi.png" density="xhdpi" />
14-
</platform>
15-
<!-- versionCode is optional and Android only -->
16-
17-
<name>Seedship: Relaunch</name>
18-
19-
<description>
20-
Unofficial fan-remake of Seedship game by John Ayliff
21-
</description>
22-
<preference name="android-minSdkVersion" value="17" />
23-
<author href="" email="[email protected]">
24-
Einharr
25-
</author>
26-
<content src="index.html" />
27-
</widget>
1+
<?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">
3+
<preference name="orientation" value="portrait"/>
4+
<preference name="DisallowOverscroll" value="true"/>
5+
<platform name="android">
6+
<icon src="res/icon/android/ldpi.png" density="ldpi"/>
7+
<icon src="res/icon/android/mdpi.png" density="mdpi"/>
8+
<icon src="res/icon/android/hdpi.png" density="hdpi"/>
9+
<icon src="res/icon/android/xhdpi.png" density="xhdpi"/>
10+
</platform>
11+
<!-- versionCode is optional and Android only -->
12+
<name>Seedship: Relaunch</name>
13+
<description>
14+
Unofficial fan-remake of Seedship game by John Ayliff
15+
</description>
16+
<preference name="android-minSdkVersion" value="17"/>
17+
<author href="" email="[email protected]">
18+
Einharr
19+
</author>
20+
<content src="index.html"/>
21+
</widget>

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.22";
55+
var curVersion = "0.9.23";
5656
if (!options.noLocalStorage){
5757
if (localStorage.getItem("Options") !== null) {
5858
options = gameload("Options");

0 commit comments

Comments
 (0)