diff --git a/Cargo.lock b/Cargo.lock index 47e52c9..ace424e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3319,7 +3319,7 @@ dependencies = [ [[package]] name = "tauri-interop" -version = "2.1.3" +version = "2.1.4" dependencies = [ "js-sys", "leptos", diff --git a/Cargo.toml b/Cargo.toml index ace80ca..71f0171 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,6 @@ [workspace] members = ["tauri-interop-macro"] package.edition = "2021" -package.version = "2.1.3" package.keywords = ["wasm", "tauri", "command", "event", "leptos"] package.authors = ["photovoltex"] package.repository = "https://github.com/photovoltex/tauri-interop.git" @@ -12,8 +11,8 @@ package.license = "MIT OR Apache-2.0" all-features = true [package] +version = "2.1.4" edition.workspace = true -version.workspace = true keywords.workspace = true authors.workspace = true repository.workspace = true diff --git a/tauri-interop-macro/Cargo.toml b/tauri-interop-macro/Cargo.toml index 4953acd..9bf2f29 100644 --- a/tauri-interop-macro/Cargo.toml +++ b/tauri-interop-macro/Cargo.toml @@ -1,6 +1,6 @@ [package] +version = "2.1.3" edition.workspace = true -version.workspace = true keywords.workspace = true authors.workspace = true repository.workspace = true