From 6a4c111ad65a09189fbbd74eb9a7bd12c14c7e6e Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Thu, 9 Dec 2021 14:18:13 +0800 Subject: [PATCH] (cargo-release) version 0.3.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1681ffa..6a459fd 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 = "0.3.3-alpha.0" +version = "0.3.3" [dependencies] anyhow = {version = "1", optional = true}