From 3bc2af9e7848d78f9195d66db70d68aba4f84b18 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Tue, 7 Mar 2023 16:49:47 +0800 Subject: [PATCH] (cargo-release) version 1.1.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f3a2dfc..908ae03 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 = "1.1.3-alpha.0" +version = "1.1.3" [dependencies] anyhow = {version = "1", optional = true}