Skip to content

Commit

Permalink
Bump 2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ecarriou committed Apr 4, 2018
1 parent 59fff37 commit e61bb2a
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 13 deletions.
4 changes: 2 additions & 2 deletions 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="26100" id="com.ecarriou.systemdesignerios" version="2.6.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget android-versionCode="26200" id="com.ecarriou.systemdesignerios" version="2.6.2" 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 Expand Up @@ -41,5 +41,5 @@
<plugin name="cordova-plugin-inappbrowser" spec="^2.0.2" />
<engine name="browser" spec="^5.0.3" />
<engine name="ios" spec="^4.5.4" />
<engine name="android" spec="^7.1.0" />
<engine name="android" spec="^7.0.0" />
</widget>
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.ecarriou.systemdesignerios",
"version": "2.6.1",
"version": "2.6.2",
"displayName": "System Designer",
"cordova": {
"platforms": [
Expand All @@ -16,7 +16,7 @@
}
},
"dependencies": {
"cordova-android": "^7.1.0",
"cordova-android": "^7.0.0",
"cordova-browser": "^5.0.3",
"cordova-ios": "^4.5.4",
"cordova-plugin-inappbrowser": "^2.0.2",
Expand Down
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.

6 changes: 6 additions & 0 deletions www/styles/system-designer.css
Original file line number Diff line number Diff line change
Expand Up @@ -771,3 +771,9 @@ designer-spaces-components-header {
margin-right: 0px !important;
margin-left: 0px !important;
}

#designer-log-clean:focus {
color: #333;
background-color: #fff;
border-color: #ccc;
}
6 changes: 5 additions & 1 deletion www/system-designer.appcache
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CACHE MANIFEST
# version 2.6.1
# version 2.6.2

CACHE:
app/index.html
Expand All @@ -11,6 +11,10 @@ schema.html
system.html
type.html
styles/editor.css
cordova.js
cordova_plugins.js
plugins/cordova-plugin-inappbrowser/www/inappbrowser.js
plugins/cordova-plugin-statusbar/www/statusbar.js
styles/system-designer.css
scripts/designer-runtime.js
scripts/system-designer.js
Expand Down

0 comments on commit e61bb2a

Please sign in to comment.