We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbb5f44 commit f509882Copy full SHA for f509882
ahkpm.json
@@ -1,5 +1,5 @@
1
{
2
- "version": "1.3.1",
+ "version": "1.3.2",
3
"description": "Control your microphone using keyboard and mouse hotkeys.",
4
"repository": "https://github.com/SaifAqqad/AHK_MicMute",
5
"website": "https://github.com/SaifAqqad/AHK_MicMute",
src/MicMute.ahk
@@ -3,9 +3,9 @@
;compiler directives
;@Ahk2Exe-Let Res = %A_ScriptDir%\resources
;@Ahk2Exe-Let UI = %A_ScriptDir%\UI\config
6
-;@Ahk2Exe-Let Version = 1.3.1
+;@Ahk2Exe-Let Version = 1.3.2
7
;@Ahk2Exe-IgnoreBegin
8
- U_Version:= "1.3.1"
+ U_Version:= "1.3.2"
9
;@Ahk2Exe-IgnoreEnd
10
;@Ahk2Exe-SetMainIcon %U_Res%\icons\1000.ico
11
;@Ahk2Exe-SetVersion %U_Version%
0 commit comments