Skip to content

Commit 8b142fc

Browse files
authored
Merge pull request #151 from design-first/version/5.3.0
chore: bump 5.3.0
2 parents 161f770 + ed187c1 commit 8b142fc

30 files changed

+2551
-2394
lines changed

.github/workflows/cucumber.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [16.x]
19+
node-version: [20.x]
2020

2121
steps:
2222
- uses: actions/checkout@v2

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Give a concrete example of what you want to see in System Designer.
1212

1313
Give the following informations related to your problem:
1414

15-
- System Designer version number: (ex: *v5.2.0*)
15+
- System Designer version number: (ex: *v5.3.0*)
1616
- System Designer platform: (ex: *macOS*)
1717
- Your OS version: (ex: *macOS 10.14.4*)
1818
- If use on a phone, please give the model: (ex: *iPhone XS*)

Gruntfile.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 2023 Erwan Carriou
6+
* Copyright 2024 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.

ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
For issues give the following informations related to your issue:
22

3-
- System Designer version number: (ex: *v5.2.0*)
3+
- System Designer version number: (ex: *v5.3.0*)
44
- System Designer platform: (ex: *macOS*)
55
- Your OS version: (ex: *macOS 10.14.4*)
66
- If use on a phone, please give the model: (ex: *iPhone XS*)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Once server started, go to [http://localhost:9001/](http://localhost:9001/). All
169169

170170
## License
171171

172-
Copyright © 2023 Erwan Carriou
172+
Copyright © 2024 Erwan Carriou
173173

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

cypress/e2e/common/system-designer.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 2023 Erwan Carriou
6+
* Copyright 2024 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.

cypress/support/e2e.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 2023 Erwan Carriou
6+
* Copyright 2024 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.

0 commit comments

Comments
 (0)