From f509882fbf4c01f58aaa835a59dfce4729ad7d88 Mon Sep 17 00:00:00 2001 From: Saif Alaqqad Date: Sat, 20 Jan 2024 14:26:47 +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 5ba5f5c..42e602a 100644 --- a/ahkpm.json +++ b/ahkpm.json @@ -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", diff --git a/src/MicMute.ahk b/src/MicMute.ahk index 1cf0b1d..b60a5ff 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.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%