Skip to content

Commit

Permalink
Bump 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ecarriou committed Apr 1, 2018
1 parent ff09e34 commit 59fff37
Show file tree
Hide file tree
Showing 28 changed files with 87 additions and 133,279 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="26000" id="com.ecarriou.systemdesignerios" version="2.6.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<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">
<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.0",
"version": "2.6.1",
"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>
<html manifest="../system-designer.appcache">

<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>
<html manifest="system-designer.appcache">

<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>
<html manifest="system-designer.appcache">

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

<head>
<meta charset="utf-8">
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/model.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html manifest="system-designer.appcache">

<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>
<html manifest="system-designer.appcache">

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

0 comments on commit 59fff37

Please sign in to comment.