From 20e26bf097f1e1d04d0d75c8fa286e47f5d36d51 Mon Sep 17 00:00:00 2001 From: Saif Alaqqad Date: Sun, 11 Jun 2023 20:00:14 +0300 Subject: [PATCH] Bump version --- ahkpm.json | 2 +- src/MicMute.ahk | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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%