diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3cf5e896..744c52bb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,7 @@ Give a concrete example of what you want to see in System Designer. Give the following informations related to your problem: -- System Designer version number: (ex: *v5.0.2*) +- System Designer version number: (ex: *v5.1.0*) - System Designer platform: (ex: *macOS*) - Your OS version: (ex: *macOS 10.14.4*) - If use on a phone, please give the model: (ex: *iPhone XS*) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 951e381b..4806a973 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -1,6 +1,6 @@ For issues give the following informations related to your issue: -- System Designer version number: (ex: *v5.0.2*) +- System Designer version number: (ex: *v5.1.0*) - System Designer platform: (ex: *macOS*) - Your OS version: (ex: *macOS 10.14.4*) - If use on a phone, please give the model: (ex: *iPhone XS*) diff --git a/package-lock.json b/package-lock.json index 4cc2be72..eb9d7ea5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "system-designer", - "version": "5.0.2", + "version": "5.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "system-designer", - "version": "5.0.2", + "version": "5.1.0", "license": "Apache-2.0", "dependencies": { "ace-builds": "1.4.13", diff --git a/package.json b/package.json index c29e3d22..38468771 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "system-designer", - "version": "5.0.2", + "version": "5.1.0", "description": "System Designer, a low-code development platform for creating systems", "homepage": "https://designfirst.io/systemdesigner/", "keywords": [ diff --git a/src/merges/cordova/cache.js b/src/merges/cordova/cache.js index 8cce1e87..83feb462 100644 --- a/src/merges/cordova/cache.js +++ b/src/merges/cordova/cache.js @@ -1,7 +1,7 @@ // System Designer - Copyright 2022 Erwan Carriou // Licensed under the Apache License, Version 2.0 (the "License") -const version = 'v5.0.2'; +const version = 'v5.1.0'; const clearCaches = () => { return caches.keys().then(keys => { diff --git a/src/merges/web/cache.js b/src/merges/web/cache.js index 6fef5f10..cb6a6075 100644 --- a/src/merges/web/cache.js +++ b/src/merges/web/cache.js @@ -1,7 +1,7 @@ // System Designer - Copyright 2022 Erwan Carriou // Licensed under the Apache License, Version 2.0 (the "License") -const version = 'v5.0.2'; +const version = 'v5.1.0'; const clearCaches = () => { return caches.keys().then(keys => { diff --git a/src/systems/classes/Designer-class.json b/src/systems/classes/Designer-class.json index ff6af5bd..8904eefd 100644 --- a/src/systems/classes/Designer-class.json +++ b/src/systems/classes/Designer-class.json @@ -34,7 +34,7 @@ "type": "string", "readOnly": false, "mandatory": false, - "default": "5.0.2" + "default": "5.1.0" }, "runWindow": { "type": "object", @@ -180,7 +180,7 @@ "_id": "designer", "debugWindow": null, "runWindow": null, - "version": "5.0.2" + "version": "5.1.0" } } }, diff --git a/src/systems/classes/HTML-class.json b/src/systems/classes/HTML-class.json index a0c1073b..90053ece 100644 --- a/src/systems/classes/HTML-class.json +++ b/src/systems/classes/HTML-class.json @@ -62,7 +62,7 @@ }, "menu-action-version.html": { "_id": "menu-action-version.html", - "source": "v5.0.2" + "source": "v5.1.0" }, "menu-header-behavior.html": { "_id": "menu-header-behavior.html", diff --git a/src/systems/core/diagram.json b/src/systems/core/diagram.json index 530f30be..b7146d18 100644 --- a/src/systems/core/diagram.json +++ b/src/systems/core/diagram.json @@ -434,7 +434,7 @@ "type": "string", "readOnly": false, "mandatory": false, - "default": "5.0.2" + "default": "5.1.0" }, "runWindow": { "type": "object", diff --git a/src/systems/core/editor-behavior.json b/src/systems/core/editor-behavior.json index 141ab1f4..e3cfe442 100644 --- a/src/systems/core/editor-behavior.json +++ b/src/systems/core/editor-behavior.json @@ -426,7 +426,7 @@ "type": "string", "readOnly": false, "mandatory": false, - "default": "5.0.2" + "default": "5.1.0" }, "runWindow": { "type": "object", diff --git a/src/systems/core/editor-component.json b/src/systems/core/editor-component.json index f59b291d..f685ca22 100644 --- a/src/systems/core/editor-component.json +++ b/src/systems/core/editor-component.json @@ -425,7 +425,7 @@ "type": "string", "readOnly": false, "mandatory": false, - "default": "5.0.2" + "default": "5.1.0" }, "runWindow": { "type": "object", diff --git a/src/systems/core/editor-model.json b/src/systems/core/editor-model.json index b0136583..9920ed3f 100644 --- a/src/systems/core/editor-model.json +++ b/src/systems/core/editor-model.json @@ -426,7 +426,7 @@ "type": "string", "readOnly": false, "mandatory": false, - "default": "5.0.2" + "default": "5.1.0" }, "runWindow": { "type": "object", diff --git a/src/systems/core/editor-schema.json b/src/systems/core/editor-schema.json index 5f41d3aa..13943dc5 100644 --- a/src/systems/core/editor-schema.json +++ b/src/systems/core/editor-schema.json @@ -425,7 +425,7 @@ "type": "string", "readOnly": false, "mandatory": false, - "default": "5.0.2" + "default": "5.1.0" }, "runWindow": { "type": "object", diff --git a/src/systems/core/editor-system.json b/src/systems/core/editor-system.json index eeee4efa..878f0e18 100644 --- a/src/systems/core/editor-system.json +++ b/src/systems/core/editor-system.json @@ -381,7 +381,7 @@ "type": "string", "readOnly": false, "mandatory": false, - "default": "5.0.2" + "default": "5.1.0" }, "runWindow": { "type": "object", diff --git a/src/systems/core/editor-type.json b/src/systems/core/editor-type.json index 6f26867c..51edce62 100644 --- a/src/systems/core/editor-type.json +++ b/src/systems/core/editor-type.json @@ -425,7 +425,7 @@ "type": "string", "readOnly": false, "mandatory": false, - "default": "5.0.2" + "default": "5.1.0" }, "runWindow": { "type": "object", diff --git a/src/systems/core/system-designer.json b/src/systems/core/system-designer.json index f17434f1..c87a0f2f 100644 --- a/src/systems/core/system-designer.json +++ b/src/systems/core/system-designer.json @@ -1,7 +1,7 @@ { "name": "system-designer", "master": true, - "version": "5.0.2", + "version": "5.1.0", "description": "A Designer for Systems", "schemas": { "104ad1f48518376": { @@ -494,7 +494,7 @@ "type": "string", "readOnly": false, "mandatory": false, - "default": "5.0.2" + "default": "5.1.0" }, "runWindow": { "type": "object",