Skip to content

Commit acbca9d

Browse files
committed
chore: release v1.16.0
1 parent 57ad4c1 commit acbca9d

File tree

3 files changed

+62
-55
lines changed

3 files changed

+62
-55
lines changed

Cargo.lock

Lines changed: 59 additions & 52 deletions
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 = "1.15.0"
3+
version = "1.16.0"
44
edition = "2021"
55

66
[dependencies]

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 1,15,0,0
17+
FILEVERSION 1,16,0,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", "1.15.0.0"
37+
VALUE "ProductVersion", "1.16.0.0"
3838
END
3939
END
4040
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)