diff --git a/Cargo.toml b/Cargo.toml index 70f95bd..90a3ca2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT" name = "rust-i18n" readme = "README.md" repository = "https://github.com/longbridgeapp/rust-i18n" -version = "2.0.1-alpha.0" +version = "2.0.1" [dependencies] anyhow = {version = "1", optional = true} diff --git a/crates/support/Cargo.toml b/crates/support/Cargo.toml index fa6cf1c..cb893f1 100644 --- a/crates/support/Cargo.toml +++ b/crates/support/Cargo.toml @@ -5,7 +5,7 @@ license = "MIT" name = "rust-i18n-support" readme = "../../README.md" repository = "https://github.com/longbridgeapp/rust-i18n" -version = "2.0.0" +version = "2.0.1" [dependencies] globwalk = "0.8.1"