Skip to content
This repository was archived by the owner on Apr 5, 2022. It is now read-only.

Commit 16c1aef

Browse files
committed
👨‍🔬 Beta sürümü aktif edildi
1 parent 289cd2f commit 16c1aef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/lib/core/config.ahk

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
; UTF-8 with BOM
88

99
; ------------------------------- Development Settings -------------------------------
10-
DEBUG := False
10+
DEBUG := True
1111

1212
; ----------------------------------- App Settings -----------------------------------
1313
APP_ICON = 🌱
@@ -21,7 +21,7 @@ DIR_NAME := A_AppData . "\" . APP_NAME
2121
DIR_ICON := DIR_NAME . "\Icons"
2222

2323
; --------------------------------- Update settings ----------------------------------
24-
VERSION = 2.4.1.4
24+
VERSION = 2.4.1.5b
2525
API_RELEASE = https://api.github.com/repos/yedhrab/YHotkeys/releases/latest
2626

2727
PATH_EXE = %DIR_NAME%\YHotkeys.exe

0 commit comments

Comments
 (0)