File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
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 " >
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 " >
3
3
<preference name =" orientation" value =" portrait" />
4
4
<preference name =" DisallowOverscroll" value =" true" />
5
5
<platform name =" android" >
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ console.log('Платформа в опциях: ' + options.platform);
52
52
53
53
loading = false ;
54
54
55
- var curVersion = "0.9.23 " ;
55
+ var curVersion = "0.9.24 " ;
56
56
if ( ! options . noLocalStorage ) {
57
57
if ( localStorage . getItem ( "Options" ) !== null ) {
58
58
options = gameload ( "Options" ) ;
You can’t perform that action at this time.
0 commit comments