Skip to content

Commit

Permalink
Bump Version
Browse files Browse the repository at this point in the history
  • Loading branch information
SaifAqqad committed Jan 20, 2024
1 parent dbb5f44 commit f509882
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ahkpm.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.3.1",
"version": "1.3.2",
"description": "Control your microphone using keyboard and mouse hotkeys.",
"repository": "https://github.com/SaifAqqad/AHK_MicMute",
"website": "https://github.com/SaifAqqad/AHK_MicMute",
Expand Down
4 changes: 2 additions & 2 deletions src/MicMute.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
;compiler directives
;@Ahk2Exe-Let Res = %A_ScriptDir%\resources
;@Ahk2Exe-Let UI = %A_ScriptDir%\UI\config
;@Ahk2Exe-Let Version = 1.3.1
;@Ahk2Exe-Let Version = 1.3.2
;@Ahk2Exe-IgnoreBegin
U_Version:= "1.3.1"
U_Version:= "1.3.2"
;@Ahk2Exe-IgnoreEnd
;@Ahk2Exe-SetMainIcon %U_Res%\icons\1000.ico
;@Ahk2Exe-SetVersion %U_Version%
Expand Down

0 comments on commit f509882

Please sign in to comment.