diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 2ff66da..275c27b 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wikit" -version = "0.3.2" +version = "0.4.0-beta.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/core/Cargo.toml b/core/Cargo.toml index 142679a..81ca6bc 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wikit-core" -version = "0.2.0" +version = "0.4.0-beta.1" authors = ["ikey4u "] edition = "2021" diff --git a/desktop/src-tauri/Cargo.toml b/desktop/src-tauri/Cargo.toml index df67ce0..0ca5f71 100644 --- a/desktop/src-tauri/Cargo.toml +++ b/desktop/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wikit-desktop" -version = "0.1.0-beta.3" +version = "0.4.0-beta.1" description = "Wikit Desktop - A universal dictionary for human" authors = ["ikey4u "] license = "MIT"