Skip to content

Commit

Permalink
Bump 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ecarriou committed Apr 27, 2018
1 parent 7aad85c commit bce2c0a
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="27600" id="com.ecarriou.systemdesignerios" version="2.7.6" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget android-versionCode="28000" id="com.ecarriou.systemdesignerios" version="2.8.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>System Designer</name>
<description>
System Designer, an IDE for designing systems.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.ecarriou.systemdesignerios",
"version": "2.7.6",
"version": "2.8.0",
"displayName": "System Designer",
"cordova": {
"platforms": [
Expand Down
2 changes: 1 addition & 1 deletion www/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<title>Loading...</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, viewport-fit=cover">
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion www/lib/designer/vendor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/lib/editor/vendor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/lib/system-runtime/system-runtime.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/scripts/editor-behavior.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/scripts/editor-component.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/scripts/editor-model.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/scripts/editor-schema.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/scripts/editor-system.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/scripts/editor-type.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/scripts/system-designer.js

Large diffs are not rendered by default.

0 comments on commit bce2c0a

Please sign in to comment.