From 91245733f2614cb24f5dd9eec6c13855d931dfa5 Mon Sep 17 00:00:00 2001 From: AEnterprise Date: Sat, 7 Oct 2023 19:49:36 +0200 Subject: [PATCH] update version for release --- Cargo.lock | 2 +- bindgen/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d8be1dc..da02a6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -52,7 +52,7 @@ dependencies = [ [[package]] name = "fluent-localization-bindgen" -version = "1.0.3" +version = "1.0.4" dependencies = [ "fluent-bundle", "fluent-localization-loader", diff --git a/bindgen/Cargo.toml b/bindgen/Cargo.toml index 84d4955..0d94648 100644 --- a/bindgen/Cargo.toml +++ b/bindgen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fluent-localization-bindgen" -version = "1.0.3" +version = "1.0.4" edition = "2021" keywords = ["fluent", "localization", "bindgen"] description = "Easy loading of fluent localization resources and generating code bindings for them"