Skip to content

Commit 07cae47

Browse files
chore(release): 1.3.1[skip ci]
## [1.3.1](v1.3.0...v1.3.1) (2024-03-25) ### Bug Fixes * adds debug for app arguments ([621a2f3](621a2f3))
1 parent 1ba769e commit 07cae47

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bpmn-modeler",
33
"private": true,
4-
"version": "1.3.0",
4+
"version": "1.3.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src-tauri/Cargo.lock

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

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bpmn-modeler"
3-
version = "1.3.0"
3+
version = "1.3.1"
44
description = "An app wrapping bpmn-js for convenience."
55
authors = ["Alexander Herrmann"]
66
license = ""

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"package": {
1010
"productName": "bpmn-modeler",
11-
"version": "1.3.0"
11+
"version": "1.3.1"
1212
},
1313
"tauri": {
1414
"allowlist": {

0 commit comments

Comments
 (0)