From e235516dedeb19e773aca919fd586079b8e94b35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=BD=D0=B0=D0=B1?= Date: Fri, 8 Nov 2024 11:25:08 +0100 Subject: [PATCH] Bump version to 3.0.1 --- .github/workflows/msvc/test.py | 2 +- .github/workflows/msvc/version.rc | 2 +- Cargo.toml | 2 +- appveyor.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/msvc/test.py b/.github/workflows/msvc/test.py index 6bcba42..75bce4e 100755 --- a/.github/workflows/msvc/test.py +++ b/.github/workflows/msvc/test.py @@ -7,4 +7,4 @@ # must match version.rc print(f"version strings: {fi_strings}") -assert fi_strings == {b"CompanyName": b"nabijaczleweli", b"ProductName": b"rust-embed-resource/example/version", b"ProductVersion": b"3.0.0"} +assert fi_strings == {b"CompanyName": b"nabijaczleweli", b"ProductName": b"rust-embed-resource/example/version", b"ProductVersion": b"3.0.1"} diff --git a/.github/workflows/msvc/version.rc b/.github/workflows/msvc/version.rc index c131992..da5fee8 100644 --- a/.github/workflows/msvc/version.rc +++ b/.github/workflows/msvc/version.rc @@ -9,7 +9,7 @@ BEGIN // Strings must match test.py VALUE "CompanyName", "nabijaczleweli\0" VALUE "ProductName", "rust-embed-resource/example/version\0" - VALUE "ProductVersion", "3.0.0\0" + VALUE "ProductVersion", "3.0.1\0" END END diff --git a/Cargo.toml b/Cargo.toml index a0e320e..0553fc1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ license = "MIT" # Remember to also update in README # Remember to also update in .github/workflows/msvc/test.py # Remember to also update in .github/workflows/msvc/version.rc -version = "3.0.0" +version = "3.0.1" authors = ["наб ", "Cat Plus Plus ", "Liigo ", diff --git a/appveyor.yml b/appveyor.yml index 720c52b..bff0d71 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,7 @@ image: - Visual Studio 2022 -version: 3.0.0-{build} +version: 3.0.1-{build} skip_tags: false