Skip to content

Commit a9bcaee

Browse files
committed
Bump 2.2.0
1 parent 79f7765 commit a9bcaee

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+370
-414
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $ cordova build android
3030

3131
## License
3232

33-
Copyright 2017 Erwan Carriou
33+
Copyright 2018 Erwan Carriou
3434

3535
Licensed under the Apache License, Version 2.0 (the "License");
3636
you may not use this file except in compliance with the License.

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="21000" id="com.ecarriou.systemdesignerios" version="2.1.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
2+
<widget android-versionCode="22000" id="com.ecarriou.systemdesignerios" version="2.2.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.

merges/android/scripts/mobile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* https://designfirst.io/systemdesigner/
55
*
6-
* Copyright 2017 Erwan Carriou
6+
* Copyright 2018 Erwan Carriou
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

merges/android/styles/mobile.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* https://designfirst.io/systemdesigner/
55
*
6-
* Copyright 2017 Erwan Carriou
6+
* Copyright 2018 Erwan Carriou
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

merges/browser/scripts/mobile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* https://designfirst.io/systemdesigner/
55
*
6-
* Copyright 2017 Erwan Carriou
6+
* Copyright 2018 Erwan Carriou
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

merges/browser/styles/mobile.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* https://designfirst.io/systemdesigner/
55
*
6-
* Copyright 2017 Erwan Carriou
6+
* Copyright 2018 Erwan Carriou
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

merges/ios/scripts/mobile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* https://designfirst.io/systemdesigner/
55
*
6-
* Copyright 2017 Erwan Carriou
6+
* Copyright 2018 Erwan Carriou
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

merges/ios/styles/mobile.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* https://designfirst.io/systemdesigner/
55
*
6-
* Copyright 2017 Erwan Carriou
6+
* Copyright 2018 Erwan Carriou
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

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.1.0",
3+
"version": "2.2.0",
44
"displayName": "System Designer",
55
"cordova": {
66
"platforms": [

www/behavior.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta charset="utf-8">
66
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7-
<meta name="description" content="An IDE for designing JavaScript applications driven by the model">
7+
<meta name="description" content="An IDE for designing systems">
88
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, viewport-fit=cover' name='viewport' />
99
<link rel="icon" href="img/favicon.ico">
1010
<title>behavior · system </title>

0 commit comments

Comments
 (0)