diff --git a/.github/SECURITY.md b/.github/SECURITY.md index a6b3b74..8407666 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -5,6 +5,7 @@ | Version | Supported | | -------- | ------------------ | | `v1.0.0` | :white_check_mark: | +| `v1.1.0` | :white_check_mark: | ## Reporting a Vulnerability diff --git a/Cargo.toml b/Cargo.toml index 3a115da..cb277f2 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.0.0" +version = "1.1.0" authors = [ "ElBe-Plaq " ] diff --git a/src/errors.rs b/src/errors.rs index c3b57b3..3040da8 100644 --- a/src/errors.rs +++ b/src/errors.rs @@ -1,5 +1,5 @@ // localizer-rs errors -// Version: 1.0.0 +// Version: 1.1.0 // Copyright (c) 2023-present ElBe Development. diff --git a/src/lib.rs b/src/lib.rs index 5d2d94a..c7819cd 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,6 +1,6 @@ #![doc = ".github/README.md"] // localizer-rs -// Version: 1.0.0 +// Version: 1.1.0 // Copyright (c) 2023-present ElBe Development. diff --git a/tests/errors.rs b/tests/errors.rs index 80b03e2..5e6f1c6 100644 --- a/tests/errors.rs +++ b/tests/errors.rs @@ -1,5 +1,5 @@ // localizer-rs error tests -// Version: 1.0.0 +// Version: 1.1.0 // Copyright (c) 2023-present ElBe Development. diff --git a/tests/lib.rs b/tests/lib.rs index efa842c..7137dd1 100644 --- a/tests/lib.rs +++ b/tests/lib.rs @@ -1,5 +1,5 @@ // localizer-rs tests -// Version: 1.0.0 +// Version: 1.1.0 // Copyright (c) 2023-present ElBe Development.