Skip to content

Commit

Permalink
bump 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ecarriou committed Aug 7, 2021
1 parent 65097ff commit afc38bf
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1*)
- System Designer version number: (ex: *v5.0.2*)
- 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*)
Expand Down
2 changes: 1 addition & 1 deletion ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
For issues give the following informations related to your issue:

- System Designer version number: (ex: *v5.0.1*)
- System Designer version number: (ex: *v5.0.2*)
- 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*)
Expand Down
2 changes: 1 addition & 1 deletion src/merges/cordova/cache.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// System Designer - Copyright 2021 Erwan Carriou
// Licensed under the Apache License, Version 2.0 (the "License")

const version = 'v5.0.1';
const version = 'v5.0.2';

const clearCaches = () => {
return caches.keys().then(keys => {
Expand Down
2 changes: 1 addition & 1 deletion src/merges/web/cache.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// System Designer - Copyright 2021 Erwan Carriou
// Licensed under the Apache License, Version 2.0 (the "License")

const version = 'v5.0.1';
const version = 'v5.0.2';

const clearCaches = () => {
return caches.keys().then(keys => {
Expand Down
4 changes: 2 additions & 2 deletions src/systems/classes/Designer-class.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"type": "string",
"readOnly": false,
"mandatory": false,
"default": "5.0.1"
"default": "5.0.2"
},
"runWindow": {
"type": "object",
Expand Down Expand Up @@ -180,7 +180,7 @@
"_id": "designer",
"debugWindow": null,
"runWindow": null,
"version": "5.0.1"
"version": "5.0.2"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion src/systems/classes/HTML-class.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
},
"menu-action-version.html": {
"_id": "menu-action-version.html",
"source": "<a>v5.0.1</a>"
"source": "<a>v5.0.2</a>"
},
"menu-header-behavior.html": {
"_id": "menu-header-behavior.html",
Expand Down
2 changes: 1 addition & 1 deletion src/systems/core/diagram.json
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@
"type": "string",
"readOnly": false,
"mandatory": false,
"default": "5.0.1"
"default": "5.0.2"
},
"runWindow": {
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion src/systems/core/editor-behavior.json
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@
"type": "string",
"readOnly": false,
"mandatory": false,
"default": "5.0.1"
"default": "5.0.2"
},
"runWindow": {
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion src/systems/core/editor-component.json
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@
"type": "string",
"readOnly": false,
"mandatory": false,
"default": "5.0.1"
"default": "5.0.2"
},
"runWindow": {
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion src/systems/core/editor-model.json
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@
"type": "string",
"readOnly": false,
"mandatory": false,
"default": "5.0.1"
"default": "5.0.2"
},
"runWindow": {
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion src/systems/core/editor-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@
"type": "string",
"readOnly": false,
"mandatory": false,
"default": "5.0.1"
"default": "5.0.2"
},
"runWindow": {
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion src/systems/core/editor-system.json
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@
"type": "string",
"readOnly": false,
"mandatory": false,
"default": "5.0.1"
"default": "5.0.2"
},
"runWindow": {
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion src/systems/core/editor-type.json
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@
"type": "string",
"readOnly": false,
"mandatory": false,
"default": "5.0.1"
"default": "5.0.2"
},
"runWindow": {
"type": "object",
Expand Down
4 changes: 2 additions & 2 deletions src/systems/core/system-designer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "system-designer",
"master": true,
"version": "5.0.1",
"version": "5.0.2",
"description": "A Designer for Systems",
"schemas": {
"104ad1f48518376": {
Expand Down Expand Up @@ -494,7 +494,7 @@
"type": "string",
"readOnly": false,
"mandatory": false,
"default": "5.0.1"
"default": "5.0.2"
},
"runWindow": {
"type": "object",
Expand Down

0 comments on commit afc38bf

Please sign in to comment.