Skip to content

Commit f509882

Browse files
committed
Bump Version
1 parent dbb5f44 commit f509882

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ahkpm.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.3.1",
2+
"version": "1.3.2",
33
"description": "Control your microphone using keyboard and mouse hotkeys.",
44
"repository": "https://github.com/SaifAqqad/AHK_MicMute",
55
"website": "https://github.com/SaifAqqad/AHK_MicMute",

src/MicMute.ahk

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
;compiler directives
44
;@Ahk2Exe-Let Res = %A_ScriptDir%\resources
55
;@Ahk2Exe-Let UI = %A_ScriptDir%\UI\config
6-
;@Ahk2Exe-Let Version = 1.3.1
6+
;@Ahk2Exe-Let Version = 1.3.2
77
;@Ahk2Exe-IgnoreBegin
8-
U_Version:= "1.3.1"
8+
U_Version:= "1.3.2"
99
;@Ahk2Exe-IgnoreEnd
1010
;@Ahk2Exe-SetMainIcon %U_Res%\icons\1000.ico
1111
;@Ahk2Exe-SetVersion %U_Version%

0 commit comments

Comments
 (0)