Skip to content

Commit bd73b8a

Browse files
committed
release: v0.6.2
1 parent a62cb5f commit bd73b8a

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [0.6.2] - 2025-04-17
6+
57
### Fixed
68

79
- Fixed reading workspaces failing with komorebi v0.1.36

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 = "komorebi-switcher"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
description = "A minimal workspace switcher for the Komorebi tiling window manager, seamlessly integrated into Windows 10/11 taskbar."
55
authors = ["Amr Bashir <[email protected]>"]
66
edition = "2021"

installer/installer.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RequestExecutionLevel user
1515
!define PRODUCTNAME "komorebi-switcher"
1616
!define MAINBINARYNAME "komorebi-switcher.exe"
1717
!define UNINSTKEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCTNAME}"
18-
!define VERSION "0.6.1"
18+
!define VERSION "0.6.2"
1919
!define PUBLISHER "Amr Bashir"
2020

2121
VIProductVersion "${VERSION}.0"

0 commit comments

Comments
 (0)