From 1a003e92f0f5ac492718e42ddd6ed28fe61f71d8 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Thu, 2 Dec 2021 18:36:43 +0800 Subject: [PATCH] (cargo-release) version 0.1.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e80c935..a3a6d15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" name = "rust-i18n" readme = "README.md" repository = "https://github.com/longbridgeapp/rust-i18n" -version = "0.1.2-alpha.0" +version = "0.1.2" [dependencies] glob = "0.3"