diff --git a/Cargo.toml b/Cargo.toml index 9474299..98f522b 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.3.0" +version = "2.3.1" [dependencies] once_cell = "1.10.0" diff --git a/crates/macro/Cargo.toml b/crates/macro/Cargo.toml index 64a3cf1..58003d8 100644 --- a/crates/macro/Cargo.toml +++ b/crates/macro/Cargo.toml @@ -5,7 +5,7 @@ license = "MIT" name = "rust-i18n-macro" readme = "../../README.md" repository = "https://github.com/longbridgeapp/rust-i18n" -version = "2.3.0" +version = "2.3.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html