Skip to content

Commit 02e9801

Browse files
committed
chore: release v0.10.1
1 parent 43c2b5d commit 02e9801

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "window-switcher"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

assets/app.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
1414
//
1515

1616
VS_VERSION_INFO VERSIONINFO
17-
FILEVERSION 0,10,0,0
17+
FILEVERSION 0,10,1,0
1818
FILEFLAGSMASK 0x3fL
1919
#ifdef _DEBUG
2020
FILEFLAGS 0x1L
@@ -34,7 +34,7 @@ BEGIN
3434
VALUE "LegalCopyright", "Copyright (C) 2023"
3535
VALUE "OriginalFilename", "window-switcher.exe"
3636
VALUE "ProductName", "Window Switcher"
37-
VALUE "ProductVersion", "0.10.0.0"
37+
VALUE "ProductVersion", "0.10.1.0"
3838
END
3939
END
4040
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)