diff --git a/ahkpm.json b/ahkpm.json index b1880a2..0fe7735 100644 --- a/ahkpm.json +++ b/ahkpm.json @@ -1,5 +1,5 @@ { - "version": "1.2.7", + "version": "1.2.8", "description": "Control your microphone using keyboard and mouse hotkeys.", "repository": "https://github.com/SaifAqqad/AHK_MicMute", "website": "https://github.com/SaifAqqad/AHK_MicMute", diff --git a/src/MicMute.ahk b/src/MicMute.ahk index 7cba779..810bd23 100644 --- a/src/MicMute.ahk +++ b/src/MicMute.ahk @@ -3,9 +3,9 @@ ;compiler directives ;@Ahk2Exe-Let Res = %A_ScriptDir%\resources ;@Ahk2Exe-Let UI = %A_ScriptDir%\UI\config -;@Ahk2Exe-Let Version = 1.2.7 +;@Ahk2Exe-Let Version = 1.2.8 ;@Ahk2Exe-IgnoreBegin - U_Version:= "1.2.7" + U_Version:= "1.2.8" ;@Ahk2Exe-IgnoreEnd ;@Ahk2Exe-SetMainIcon %U_Res%\icons\1000.ico ;@Ahk2Exe-SetVersion %U_Version%