Skip to content

Commit 1af8ce7

Browse files
committed
Bump 2.7.0
1 parent 4694f91 commit 1af8ce7

25 files changed

+55
-88
lines changed

config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<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">
2+
<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">
33
<name>System Designer</name>
44
<description>
55
System Designer, an IDE for designing systems.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.ecarriou.systemdesignerios",
3-
"version": "2.6.2",
3+
"version": "2.7.0",
44
"displayName": "System Designer",
55
"cordova": {
66
"platforms": [

www/app/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html manifest="../system-designer.appcache">
2+
<html>
33

44
<head>
55
<title>Loading...</title>

www/behavior.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html manifest="system-designer.appcache">
2+
<html>
33

44
<head>
55
<meta charset="utf-8">

www/component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html manifest="system-designer.appcache">
2+
<html>
33

44
<head>
55
<meta charset="utf-8">

www/img/favicon.ico

-3.73 KB
Binary file not shown.

www/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html manifest="system-designer.appcache">
2+
<html>
33

44
<head>
55
<meta charset="utf-8">
@@ -12,7 +12,7 @@
1212
<!-- prism -->
1313
<link href="lib/prism/prism.css" rel="stylesheet">
1414
<!-- designer -->
15-
<link href="styles/system-designer.css" rel="stylesheet">
15+
<link href="styles/designer.css" rel="stylesheet">
1616
<!-- cordova -->
1717
<link href="styles/mobile.css" rel="stylesheet">
1818
</head>

www/lib/designer/vendor.js

Lines changed: 32 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

www/lib/editor/vendor.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

www/lib/prism/prism.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ pre[class*="language-"] {
104104
.token.url,
105105
.language-css .token.string,
106106
.style .token.string {
107-
color: #a67f59;
107+
color: #9a6e3a;
108108
background: hsla(0, 0%, 100%, .5);
109109
}
110110

0 commit comments

Comments
 (0)