Skip to content

Commit

Permalink
chore: prepare for v0.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
thesobercoder committed May 6, 2024
1 parent 7f50adb commit 4f5a737
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
## [v0.7.0](https://github.com/thesobercoder/polygon/compare/v0.6.0...v0.7.0) (2024-05-06)

### Bugs

- Fix incorrect function reference for LastTwoThird layout.

## [v0.6.0](https://github.com/thesobercoder/polygon/compare/v0.5.0...v0.6.0) (2024-05-06)

### Features
Expand Down
4 changes: 2 additions & 2 deletions polygon.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

;-- Ahk2Exe properties
;@Ahk2Exe-SetName Polygon
;@Ahk2Exe-SetVersion 0.7.0
;@Ahk2Exe-SetVersion 0.6.0
;@Ahk2Exe-SetCompanyName Soham Dasgupta
;@Ahk2Exe-SetDescription A window manager for Windows 10/11 powered by AutoHotkey

;-- Globals
global APP_VERSION := "0.7.0"
global APP_VERSION := "0.6.0"
global APP_VERSION_NAME := "v" . APP_VERSION
global APP_NAME := "Polygon"
global APP_REPO_OWNER := "thesobercoder"
Expand Down

0 comments on commit 4f5a737

Please sign in to comment.