Skip to content

Commit 8f420b5

Browse files
committed
chore: bump 5.1.0
1 parent 17ebe11 commit 8f420b5

16 files changed

+19
-19
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Give a concrete example of what you want to see in System Designer.
1212

1313
Give the following informations related to your problem:
1414

15-
- System Designer version number: (ex: *v5.0.2*)
15+
- System Designer version number: (ex: *v5.1.0*)
1616
- System Designer platform: (ex: *macOS*)
1717
- Your OS version: (ex: *macOS 10.14.4*)
1818
- If use on a phone, please give the model: (ex: *iPhone XS*)

ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
For issues give the following informations related to your issue:
22

3-
- System Designer version number: (ex: *v5.0.2*)
3+
- System Designer version number: (ex: *v5.1.0*)
44
- System Designer platform: (ex: *macOS*)
55
- Your OS version: (ex: *macOS 10.14.4*)
66
- If use on a phone, please give the model: (ex: *iPhone XS*)

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "system-designer",
3-
"version": "5.0.2",
3+
"version": "5.1.0",
44
"description": "System Designer, a low-code development platform for creating systems",
55
"homepage": "https://designfirst.io/systemdesigner/",
66
"keywords": [

src/merges/cordova/cache.js

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

4-
const version = 'v5.0.2';
4+
const version = 'v5.1.0';
55

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

src/merges/web/cache.js

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

4-
const version = 'v5.0.2';
4+
const version = 'v5.1.0';
55

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

src/systems/classes/Designer-class.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"type": "string",
3535
"readOnly": false,
3636
"mandatory": false,
37-
"default": "5.0.2"
37+
"default": "5.1.0"
3838
},
3939
"runWindow": {
4040
"type": "object",
@@ -180,7 +180,7 @@
180180
"_id": "designer",
181181
"debugWindow": null,
182182
"runWindow": null,
183-
"version": "5.0.2"
183+
"version": "5.1.0"
184184
}
185185
}
186186
},

src/systems/classes/HTML-class.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
},
6363
"menu-action-version.html": {
6464
"_id": "menu-action-version.html",
65-
"source": "<a>v5.0.2</a>"
65+
"source": "<a>v5.1.0</a>"
6666
},
6767
"menu-header-behavior.html": {
6868
"_id": "menu-header-behavior.html",

src/systems/core/diagram.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@
434434
"type": "string",
435435
"readOnly": false,
436436
"mandatory": false,
437-
"default": "5.0.2"
437+
"default": "5.1.0"
438438
},
439439
"runWindow": {
440440
"type": "object",

src/systems/core/editor-behavior.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@
426426
"type": "string",
427427
"readOnly": false,
428428
"mandatory": false,
429-
"default": "5.0.2"
429+
"default": "5.1.0"
430430
},
431431
"runWindow": {
432432
"type": "object",

0 commit comments

Comments
 (0)