Skip to content

Commit 4f5a737

Browse files
committed
chore: prepare for v0.6.0 release
1 parent 7f50adb commit 4f5a737

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

CHANGELOG.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
## [v0.7.0](https://github.com/thesobercoder/polygon/compare/v0.6.0...v0.7.0) (2024-05-06)
2-
3-
### Bugs
4-
5-
- Fix incorrect function reference for LastTwoThird layout.
6-
71
## [v0.6.0](https://github.com/thesobercoder/polygon/compare/v0.5.0...v0.6.0) (2024-05-06)
82

93
### Features

polygon.ahk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55

66
;-- Ahk2Exe properties
77
;@Ahk2Exe-SetName Polygon
8-
;@Ahk2Exe-SetVersion 0.7.0
8+
;@Ahk2Exe-SetVersion 0.6.0
99
;@Ahk2Exe-SetCompanyName Soham Dasgupta
1010
;@Ahk2Exe-SetDescription A window manager for Windows 10/11 powered by AutoHotkey
1111

1212
;-- Globals
13-
global APP_VERSION := "0.7.0"
13+
global APP_VERSION := "0.6.0"
1414
global APP_VERSION_NAME := "v" . APP_VERSION
1515
global APP_NAME := "Polygon"
1616
global APP_REPO_OWNER := "thesobercoder"

0 commit comments

Comments
 (0)