Skip to content

Commit 46c4ba4

Browse files
committed
Bump 3.6.1
1 parent c214b24 commit 46c4ba4

File tree

15 files changed

+34
-34
lines changed

15 files changed

+34
-34
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 android-versionCode="36000" id="com.ecarriou.systemdesignerios" version="3.6.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
2+
<widget android-versionCode="36100" id="com.ecarriou.systemdesignerios" version="3.6.1" 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.

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.ecarriou.systemdesignerios",
3-
"version": "3.6.0",
3+
"version": "3.6.1",
44
"license": "Apache-2.0",
55
"repository": {
66
"type": "git",
@@ -25,12 +25,12 @@
2525
"cordova-browser": "6.0.0",
2626
"cordova-ios": "5.0.1",
2727
"cordova-plugin-inappbrowser": "3.0.0",
28-
"cordova-plugin-statusbar": "2.4.2",
29-
"cordova-plugin-whitelist": "1.3.3",
28+
"cordova-plugin-statusbar": "2.4.3",
29+
"cordova-plugin-whitelist": "1.3.4",
3030
"cordova-plugin-wkwebview-engine": "1.1.4"
3131
},
3232
"devDependencies": {
3333
"cordova-icon": "1.0.0",
3434
"cordova-splash": "1.0.0"
3535
}
36-
}
36+
}

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.6.0';
4+
const version = 'v3.6.1';
55

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

www/lib/designer/vendor.js

Lines changed: 11 additions & 11 deletions
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.

www/scripts/editor-model.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)