Skip to content

Commit 44b32c0

Browse files
Bump version to 3.0.5
1 parent 6815ebf commit 44b32c0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/msvc/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
# must match version.rc
99
print(f"version strings: {fi_strings}")
10-
assert fi_strings == {b"CompanyName": b"nabijaczleweli", b"ProductName": b"rust-embed-resource/example/version", b"ProductVersion": b"3.0.4"}
10+
assert fi_strings == {b"CompanyName": b"nabijaczleweli", b"ProductName": b"rust-embed-resource/example/version", b"ProductVersion": b"3.0.5"}

.github/workflows/msvc/version.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ BEGIN
99
// Strings must match test.py
1010
VALUE "CompanyName", "nabijaczleweli\0"
1111
VALUE "ProductName", "rust-embed-resource/example/version\0"
12-
VALUE "ProductVersion", "3.0.4\0"
12+
VALUE "ProductVersion", "3.0.5\0"
1313
END
1414
END
1515

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MIT"
1111
# Remember to also update in README
1212
# Remember to also update in .github/workflows/msvc/test.py
1313
# Remember to also update in .github/workflows/msvc/version.rc
14-
version = "3.0.4"
14+
version = "3.0.5"
1515
authors = ["наб <nabijaczleweli@nabijaczleweli.xyz>",
1616
"Cat Plus Plus <piotrlegnica@piotrl.pl>",
1717
"Liigo <liigo@qq.com>",

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
image:
22
- Visual Studio 2022
33

4-
version: 3.0.4-{build}
4+
version: 3.0.5-{build}
55

66
skip_tags: false
77

0 commit comments

Comments
 (0)