Skip to content

Commit

Permalink
chore: release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed Nov 5, 2023
1 parent 2f83766 commit f43a89e
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 67 deletions.
108 changes: 47 additions & 61 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[package]
name = "window-switcher"
version = "1.4.0-rc1"
version = "1.4.0"
edition = "2021"

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

[dependencies]
anyhow = "1"
indexmap = "2.0.0"
indexmap = "2.1.0"
log = "0.4.20"
once_cell = "1.18.0"
rust-ini = "0.19.0"
rust-ini = "0.20.0"
simple-logging = "2.0.2"
xml = "0.8.10"

Expand All @@ -34,7 +34,7 @@ features = [
]

[build-dependencies]
embed-resource = "2.3.0"
embed-resource = "2.4.0"

[profile.release]
lto = true
Expand Down
4 changes: 2 additions & 2 deletions assets/app.rc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,3,3,0
FILEVERSION 1,4,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -34,7 +34,7 @@ BEGIN
VALUE "LegalCopyright", "Copyright (C) 2023"
VALUE "OriginalFilename", "window-switcher.exe"
VALUE "ProductName", "Window Switcher"
VALUE "ProductVersion", "1.3.3.0"
VALUE "ProductVersion", "1.4.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit f43a89e

Please sign in to comment.