Skip to content

Commit b954eeb

Browse files
committed
Bump 4.0.0
1 parent e4d5bdd commit b954eeb

File tree

16 files changed

+33
-37
lines changed

16 files changed

+33
-37
lines changed

config.xml

Lines changed: 1 addition & 5 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="37000" id="com.ecarriou.systemdesignerios" version="3.7.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
2+
<widget android-versionCode="40000" id="com.ecarriou.systemdesignerios" version="4.0.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.
@@ -35,8 +35,4 @@
3535
<platform name="android">
3636
<preference name="Fullscreen" value="false" />
3737
</platform>
38-
<plugin name="cordova-plugin-whitelist" spec="^1.3.3" />
39-
<plugin name="cordova-plugin-wkwebview-engine" spec="^1.1.4" />
40-
<plugin name="cordova-plugin-inappbrowser" spec="^3.0.0" />
41-
<plugin name="cordova-plugin-statusbar" spec="^2.4.2" />
4238
</widget>

package-lock.json

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

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@
1414
"ios"
1515
],
1616
"plugins": {
17-
"cordova-plugin-whitelist": {},
18-
"cordova-plugin-wkwebview-engine": {},
1917
"cordova-plugin-inappbrowser": {},
20-
"cordova-plugin-statusbar": {}
18+
"cordova-plugin-statusbar": {},
19+
"cordova-plugin-whitelist": {},
20+
"cordova-plugin-wkwebview-engine": {}
2121
}
2222
},
2323
"dependencies": {
2424
"cordova-android": "8.0.0",
2525
"cordova-browser": "6.0.0",
2626
"cordova-ios": "5.0.1",
27-
"cordova-plugin-inappbrowser": "3.0.0",
27+
"cordova-plugin-inappbrowser": "3.1.0",
2828
"cordova-plugin-statusbar": "2.4.3",
2929
"cordova-plugin-whitelist": "1.3.4",
30-
"cordova-plugin-wkwebview-engine": "1.1.4"
30+
"cordova-plugin-wkwebview-engine": "1.2.0"
3131
}
32-
}
32+
}

plugins/fetch.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
{
2-
"cordova-plugin-whitelist": {
2+
"cordova-plugin-inappbrowser": {
33
"source": {
44
"type": "registry",
5-
"id": "cordova-plugin-whitelist@latest"
5+
"id": "cordova-plugin-inappbrowser@latest"
66
},
77
"is_top_level": true,
88
"variables": {}
99
},
10-
"cordova-plugin-wkwebview-engine": {
10+
"cordova-plugin-statusbar": {
1111
"source": {
1212
"type": "registry",
13-
"id": "cordova-plugin-wkwebview-engine@latest"
13+
"id": "cordova-plugin-statusbar@latest"
1414
},
1515
"is_top_level": true,
1616
"variables": {}
1717
},
18-
"cordova-plugin-inappbrowser": {
18+
"cordova-plugin-whitelist": {
1919
"source": {
2020
"type": "registry",
21-
"id": "cordova-plugin-inappbrowser@latest"
21+
"id": "cordova-plugin-whitelist@latest"
2222
},
2323
"is_top_level": true,
2424
"variables": {}
2525
},
26-
"cordova-plugin-statusbar": {
26+
"cordova-plugin-wkwebview-engine": {
2727
"source": {
2828
"type": "registry",
29-
"id": "cordova-plugin-statusbar@latest"
29+
"id": "cordova-plugin-wkwebview-engine@latest"
3030
},
3131
"is_top_level": true,
3232
"variables": {}

www/cache.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// System Designer - Copyright 2019 Erwan Carriou
22
// Licensed under the Apache License, Version 2.0 (the "License")
33

4-
const version = 'v3.7.0';
4+
const version = 'v4.0.0';
55

66
const clearCaches = () => {
77
return caches.keys().then(keys => {

www/lib/designer/vendor.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

www/lib/editor/vendor.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

www/lib/system-runtime/system-runtime.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

www/scripts/editor-behavior.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

www/scripts/editor-component.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)