Skip to content

Commit

Permalink
Bump 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ecarriou committed Sep 3, 2018
1 parent 9acef82 commit 6eef962
Show file tree
Hide file tree
Showing 16 changed files with 18 additions and 18 deletions.
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 problem:

- [ ] System Designer version number: (ex: *v3.0.4*)
- [ ] System Designer version number: (ex: *v3.1.0*)
- [ ] System Designer platform: (ex: *macOS*)
- [ ] Your OS version: (ex: *macOS 10.13.3*)
- [ ] If use on a phone, please give the model: (ex: *iPhone X*)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "system-designer",
"version": "3.0.4",
"version": "3.1.0",
"description": "System Designer, an IDE for designing systems",
"homepage": "https://designfirst.io/systemdesigner/",
"main": "dist/index.html",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "system-designer",
"version": "3.0.4",
"version": "3.1.0",
"description": "System Designer, an IDE for designing systems",
"homepage": "https://designfirst.io/systemdesigner/",
"keywords": [
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 2018 Erwan Carriou
// Licensed under the Apache License, Version 2.0 (the "License")

const version = 'v3.0.4';
const version = 'v3.1.0';

const clearCaches = () => {
return caches.keys().then(keys => {
Expand Down
2 changes: 1 addition & 1 deletion src/merges/web/system-designer.appcache
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CACHE MANIFEST
# version 3.0.4
# version 3.1.0

CACHE:
app/index.html
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": "3.0.4"
"default": "3.1.0"
},
"runWindow": {
"type": "object",
Expand Down Expand Up @@ -180,7 +180,7 @@
"_id": "designer",
"debugWindow": null,
"runWindow": null,
"version": "3.0.4"
"version": "3.1.0"
}
}
},
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 @@ -52,7 +52,7 @@
},
"menu-action-version.html": {
"_id": "menu-action-version.html",
"source": "<a>v3.0.4</a>"
"source": "<a>v3.1.0</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 @@ -433,7 +433,7 @@
"type": "string",
"readOnly": false,
"mandatory": false,
"default": "3.0.4"
"default": "3.1.0"
},
"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": "3.0.4"
"default": "3.1.0"
},
"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": "3.0.4"
"default": "3.1.0"
},
"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": "3.0.4"
"default": "3.1.0"
},
"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": "3.0.4"
"default": "3.1.0"
},
"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": "3.0.4"
"default": "3.1.0"
},
"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": "3.0.4"
"default": "3.1.0"
},
"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": "3.0.4",
"version": "3.1.0",
"description": "A Designer for Systems",
"schemas": {
"104ad1f48518376": {
Expand Down Expand Up @@ -494,7 +494,7 @@
"type": "string",
"readOnly": false,
"mandatory": false,
"default": "3.0.4"
"default": "3.1.0"
},
"runWindow": {
"type": "object",
Expand Down

0 comments on commit 6eef962

Please sign in to comment.