diff --git a/package.json b/package.json index 5d48d62..5c29e08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cxx2flow-gui", - "version": "0.1.3", + "version": "0.1.4", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 3d1e986..a23a277 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -64,7 +64,7 @@ checksum = "08f9b8508dccb7687a1d6c4ce66b2b0ecef467c94667de27d8d7fe1f8d2a9cdc" [[package]] name = "app" -version = "0.1.3" +version = "0.1.4" dependencies = [ "cxx2flow", "serde", @@ -652,9 +652,9 @@ checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35" [[package]] name = "cxx2flow" -version = "0.5.8" +version = "0.5.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c98cd6ba55502eeac97ea16c1cf8da6b7073cdfb2f827616678be7e33c062095" +checksum = "a8ddc4a625bd48ae1004f209d70fc7b8f9d91c915c8803a9dcb63c2a78a16103" dependencies = [ "clap", "enum_dispatch", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 645fb6b..50f72b9 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "app" -version = "0.1.3" +version = "0.1.4" description = "cxx2flow gui" authors = ["mgt"] license = "" @@ -18,7 +18,7 @@ tauri-build = { version = "1.0.0-rc.6", features = [] } serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } tauri = { version = "1.0.0-rc.7", features = ["api-all"] } -cxx2flow = "0.5.8" +cxx2flow = "0.5.9" [features] # by default Tauri runs in production mode # when `tauri dev` runs it is executed with `cargo run --no-default-features` if `devPath` is an URL diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 02bb8ab..6e0196c 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "cxx2flow-gui", - "version": "0.1.3" + "version": "0.1.4" }, "build": { "distDir": "Set automatically by Vue CLI plugin",