Skip to content

Commit 338ef1d

Browse files
committed
chore: bump 5.4.0
1 parent c3a542f commit 338ef1d

File tree

15 files changed

+23
-19
lines changed

15 files changed

+23
-19
lines changed

config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<widget xmlns="http://www.w3.org/ns/widgets"
33
xmlns:cdv="http://cordova.apache.org/ns/1.0"
44
id="com.ecarriou.systemdesignerios"
5-
version="5.3.2">
5+
version="5.4.0">
66
<name>System Designer</name>
77
<description>
88
A low-code development platform for creating systems

merges/android/styles/mobile.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ body {
4242
background-color: transparent!important;
4343
}
4444

45+
span.glyphicon.glyphicon-menu-left,
46+
span.glyphicon.glyphicon-menu-right {
47+
color:#337ab7!important;
48+
}
49+
4550
.CodeMirror-gutter-wrapper {
4651
-webkit-user-select: none;
4752
-moz-user-select: none;

merges/browser/styles/mobile.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ html {
3838
body {
3939
background-color: transparent!important;
4040
}
41-
span.glyphicon.glyphicon-menu-left {
41+
42+
span.glyphicon.glyphicon-menu-left,
43+
span.glyphicon.glyphicon-menu-right {
4244
color:#337ab7!important;
4345
}
4446

merges/ios/styles/mobile.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ body {
4242
background-color: transparent!important;
4343
}
4444

45-
span.glyphicon.glyphicon-menu-left {
45+
span.glyphicon.glyphicon-menu-left,
46+
span.glyphicon.glyphicon-menu-right {
4647
color:#337ab7!important;
4748
}
4849

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": "5.3.2",
3+
"version": "5.4.0",
44
"license": "Apache-2.0",
55
"repository": {
66
"type": "git",

www/cache.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// System Designer - Copyright 2024 Erwan Carriou
22
// Licensed under the Apache License, Version 2.0 (the "License")
33

4-
const version = 'v5.3.0'
4+
const version = 'v5.4.0'
55

66
const clearCaches = () => {
77
return caches.keys().then((keys) => {

www/scripts/editor-behavior.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/scripts/editor-component.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/scripts/editor-model.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/scripts/editor-schema.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.

0 commit comments

Comments
 (0)