Skip to content
This repository was archived by the owner on Jul 26, 2025. It is now read-only.

Commit 8ba05f7

Browse files
🐛 Fix version number
1 parent aa5530d commit 8ba05f7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app.ahk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
DetectHiddenWindows(true)
33
SetTitleMatchMode("RegEx")
44
A_FileEncoding := "UTF-16"
5-
5+
VERSION_NUMBER := "0.4.2"
66

77
#Include scripts\configuration.ahk
88
#Include scripts\utils.ahk
@@ -85,10 +85,10 @@ class Configurator {
8585

8686
}
8787
_menu() {
88-
VERSION_NUMBER := "0.2.1"
88+
global VERSION_NUMBER
8989
aboutMenu := Menu()
9090
aboutMenu.Add("版本:" VERSION_NUMBER, (name, pos, menu) {
91-
Run("https://www.github.com")
91+
Run("https://github.com/john-walks-slow/window-summoner")
9292
},)
9393

9494
scriptMenu := Menu()

0 commit comments

Comments
 (0)