From 3f69ad6aafdd2d6678ca36aeb19f9dd4a045827a Mon Sep 17 00:00:00 2001 From: ElBe <90863907+ElBe-Plaq@users.noreply.github.com> Date: Fri, 15 Sep 2023 07:19:36 +0200 Subject: [PATCH] Bump version --- .github/SECURITY.md | 1 + Cargo.toml | 2 +- src/errors.rs | 2 +- src/lib.rs | 2 +- tests/errors.rs | 2 +- tests/lib.rs | 2 +- 6 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/SECURITY.md b/.github/SECURITY.md index 8407666..24a8ba8 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -6,6 +6,7 @@ | -------- | ------------------ | | `v1.0.0` | :white_check_mark: | | `v1.1.0` | :white_check_mark: | +| `v1.1.1` | :white_check_mark: | ## Reporting a Vulnerability diff --git a/Cargo.toml b/Cargo.toml index bd1e858..8e62bc1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "localizer-rs" description = "Localizer helps localize (translate) your rust applications using json files." -version = "1.1.0" +version = "1.1.1" authors = [ "ElBe-Plaq " ] diff --git a/src/errors.rs b/src/errors.rs index 222f118..df53342 100644 --- a/src/errors.rs +++ b/src/errors.rs @@ -1,5 +1,5 @@ // localizer-rs errors -// Version: 1.1.0 +// Version: 1.1.1 // Copyright (c) 2023-present ElBe Development. diff --git a/src/lib.rs b/src/lib.rs index 5622002..8d1d809 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,6 +1,6 @@ #[doc = include_str!("../.github/README.md")] // localizer-rs -// Version: 1.1.0 +// Version: 1.1.1 // Copyright (c) 2023-present ElBe Development. diff --git a/tests/errors.rs b/tests/errors.rs index 5e6f1c6..0fe7201 100644 --- a/tests/errors.rs +++ b/tests/errors.rs @@ -1,5 +1,5 @@ // localizer-rs error tests -// Version: 1.1.0 +// Version: 1.1.1 // Copyright (c) 2023-present ElBe Development. diff --git a/tests/lib.rs b/tests/lib.rs index 7137dd1..6c21014 100644 --- a/tests/lib.rs +++ b/tests/lib.rs @@ -1,5 +1,5 @@ // localizer-rs tests -// Version: 1.1.0 +// Version: 1.1.1 // Copyright (c) 2023-present ElBe Development.