Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
SaifAqqad committed Jun 11, 2023
1 parent bc0c73f commit 20e26bf
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.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",
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.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%
Expand Down

0 comments on commit 20e26bf

Please sign in to comment.