Skip to content

Commit 53b857f

Browse files
committed
Bump 3.3.0
1 parent fa76548 commit 53b857f

30 files changed

+710
-634
lines changed

config.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<widget android-versionCode="32100" id="com.ecarriou.systemdesignerios" version="3.2.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
2+
<widget android-versionCode="33000" id="com.ecarriou.systemdesignerios" version="3.3.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
33
<name>System Designer</name>
44
<description>
55
System Designer, an IDE for designing systems.
@@ -37,9 +37,9 @@
3737
</platform>
3838
<plugin name="cordova-plugin-whitelist" spec="^1.3.3" />
3939
<plugin name="cordova-plugin-wkwebview-engine" spec="^1.1.4" />
40-
<plugin name="cordova-plugin-statusbar" spec="^2.4.1" />
4140
<plugin name="cordova-plugin-inappbrowser" spec="^3.0.0" />
41+
<plugin name="cordova-plugin-statusbar" spec="^2.4.2" />
4242
<engine name="browser" spec="5.0.4" />
43-
<engine name="android" spec="7.1.2" />
4443
<engine name="ios" spec="4.5.5" />
44+
<engine name="android" spec="7.1.4" />
4545
</widget>

package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
22
"name": "com.ecarriou.systemdesignerios",
3-
"version": "3.2.1",
3+
"version": "3.3.0",
44
"displayName": "System Designer",
55
"cordova": {
66
"platforms": [
77
"browser",
8-
"android",
9-
"ios"
8+
"ios",
9+
"android"
1010
],
1111
"plugins": {
1212
"cordova-plugin-whitelist": {},
1313
"cordova-plugin-wkwebview-engine": {},
14-
"cordova-plugin-statusbar": {},
15-
"cordova-plugin-inappbrowser": {}
14+
"cordova-plugin-inappbrowser": {},
15+
"cordova-plugin-statusbar": {}
1616
}
1717
},
1818
"dependencies": {
19-
"cordova-android": "7.1.2",
19+
"cordova-android": "7.1.4",
2020
"cordova-browser": "5.0.4",
2121
"cordova-ios": "4.5.5",
2222
"cordova-plugin-inappbrowser": "3.0.0",
23-
"cordova-plugin-statusbar": "2.4.1",
23+
"cordova-plugin-statusbar": "2.4.2",
2424
"cordova-plugin-whitelist": "1.3.3",
2525
"cordova-plugin-wkwebview-engine": "1.1.4"
2626
}

plugins/android.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"cordova-plugin-inappbrowser": {
1111
"PACKAGE_NAME": "com.ecarriou.systemdesignerios"
1212
},
13-
"cordova-plugin-statusbar": {
14-
"PACKAGE_NAME": "com.ecarriou.systemdesignerios"
15-
},
1613
"cordova-plugin-whitelist": {
1714
"PACKAGE_NAME": "com.ecarriou.systemdesignerios"
1815
},
1916
"cordova-plugin-wkwebview-engine": {
2017
"PACKAGE_NAME": "com.ecarriou.systemdesignerios"
18+
},
19+
"cordova-plugin-statusbar": {
20+
"PACKAGE_NAME": "com.ecarriou.systemdesignerios"
2121
}
2222
},
2323
"dependent_plugins": {}

plugins/browser.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"cordova-plugin-inappbrowser": {
1111
"PACKAGE_NAME": "io.cordova.hellocordova"
1212
},
13-
"cordova-plugin-statusbar": {
14-
"PACKAGE_NAME": "io.cordova.hellocordova"
15-
},
1613
"cordova-plugin-whitelist": {
1714
"PACKAGE_NAME": "io.cordova.hellocordova"
1815
},
1916
"cordova-plugin-wkwebview-engine": {
2017
"PACKAGE_NAME": "io.cordova.hellocordova"
18+
},
19+
"cordova-plugin-statusbar": {
20+
"PACKAGE_NAME": "io.cordova.hellocordova"
2121
}
2222
},
2323
"dependent_plugins": {}

plugins/fetch.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@
1515
"is_top_level": true,
1616
"variables": {}
1717
},
18-
"cordova-plugin-statusbar": {
18+
"cordova-plugin-inappbrowser": {
1919
"source": {
2020
"type": "registry",
21-
"id": "cordova-plugin-statusbar@latest"
21+
"id": "cordova-plugin-inappbrowser@latest"
2222
},
2323
"is_top_level": true,
2424
"variables": {}
2525
},
26-
"cordova-plugin-inappbrowser": {
26+
"cordova-plugin-statusbar": {
2727
"source": {
2828
"type": "registry",
29-
"id": "cordova-plugin-inappbrowser@latest"
29+
"id": "cordova-plugin-statusbar@latest"
3030
},
3131
"is_top_level": true,
3232
"variables": {}

plugins/ios.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"cordova-plugin-inappbrowser": {
1111
"PACKAGE_NAME": "com.ecarriou.systemdesignerios"
1212
},
13-
"cordova-plugin-statusbar": {
14-
"PACKAGE_NAME": "com.ecarriou.systemdesignerios"
15-
},
1613
"cordova-plugin-whitelist": {
1714
"PACKAGE_NAME": "com.ecarriou.systemdesignerios"
1815
},
1916
"cordova-plugin-wkwebview-engine": {
2017
"PACKAGE_NAME": "com.ecarriou.systemdesignerios"
18+
},
19+
"cordova-plugin-statusbar": {
20+
"PACKAGE_NAME": "com.ecarriou.systemdesignerios"
2121
}
2222
},
2323
"dependent_plugins": {}

0 commit comments

Comments
 (0)