Skip to content

Commit

Permalink
Bump 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ecarriou committed Apr 14, 2018
1 parent 4694f91 commit 1af8ce7
Show file tree
Hide file tree
Showing 25 changed files with 55 additions and 88 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="26205" id="com.ecarriou.systemdesignerios" version="2.6.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget android-versionCode="27000" id="com.ecarriou.systemdesignerios" version="2.7.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.6.2",
"version": "2.7.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
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html manifest="../system-designer.appcache">
<html>

<head>
<title>Loading...</title>
Expand Down
2 changes: 1 addition & 1 deletion www/behavior.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html manifest="system-designer.appcache">
<html>

<head>
<meta charset="utf-8">
Expand Down
2 changes: 1 addition & 1 deletion www/component.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html manifest="system-designer.appcache">
<html>

<head>
<meta charset="utf-8">
Expand Down
Binary file removed www/img/favicon.ico
Binary file not shown.
4 changes: 2 additions & 2 deletions www/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html manifest="system-designer.appcache">
<html>

<head>
<meta charset="utf-8">
Expand All @@ -12,7 +12,7 @@
<!-- prism -->
<link href="lib/prism/prism.css" rel="stylesheet">
<!-- designer -->
<link href="styles/system-designer.css" rel="stylesheet">
<link href="styles/designer.css" rel="stylesheet">
<!-- cordova -->
<link href="styles/mobile.css" rel="stylesheet">
</head>
Expand Down
55 changes: 32 additions & 23 deletions 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/prism/prism.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ pre[class*="language-"] {
.token.url,
.language-css .token.string,
.style .token.string {
color: #a67f59;
color: #9a6e3a;
background: hsla(0, 0%, 100%, .5);
}

Expand Down
4 changes: 2 additions & 2 deletions www/lib/system-runtime/system-runtime.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/model.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html manifest="system-designer.appcache">
<html>

<head>
<meta charset="utf-8">
Expand Down
2 changes: 1 addition & 1 deletion www/schema.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html manifest="system-designer.appcache">
<html>

<head>
<meta charset="utf-8">
Expand Down
2 changes: 1 addition & 1 deletion www/scripts/designer-runtime.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.

File renamed without changes.
42 changes: 0 additions & 42 deletions www/system-designer.appcache

This file was deleted.

2 changes: 1 addition & 1 deletion www/system.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html manifest="system-designer.appcache">
<html>

<head>
<meta charset="utf-8">
Expand Down
2 changes: 1 addition & 1 deletion www/type.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html manifest="system-designer.appcache">
<html>

<head>
<meta charset="utf-8">
Expand Down

0 comments on commit 1af8ce7

Please sign in to comment.