Skip to content

Commit 48679bf

Browse files
committed
chore: release v1.14.0
1 parent 514fb7a commit 48679bf

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

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 = "1.13.0"
3+
version = "1.14.0"
44
edition = "2021"
55

66
[dependencies]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ The window-switcher works in standard user mode. But only the window-switcher ru
7373

7474
## License
7575

76-
Copyright (c) 2023-2024 window-switcher developers.
76+
Copyright (c) 2023-2025 window-switcher developers.
7777

7878
window-switcher is made available under the terms of the MIT License, at your option.
7979

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,13,0,0
17+
FILEVERSION 1,14,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.13.0.0"
37+
VALUE "ProductVersion", "1.14.0.0"
3838
END
3939
END
4040
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)