From 62ff1d52c6f4856e2139e8d6aea17ca27376ff94 Mon Sep 17 00:00:00 2001 From: rcmdnk Date: Tue, 10 Dec 2024 19:41:54 +0900 Subject: [PATCH] chore: update version and release date in VimAhk class --- lib/vim_ahk.ahk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/vim_ahk.ahk b/lib/vim_ahk.ahk index 793059b..65cdc96 100644 --- a/lib/vim_ahk.ahk +++ b/lib/vim_ahk.ahk @@ -20,8 +20,8 @@ class VimAhk{ __About(){ - this.About.Version := "v0.13.2" - this.About.Date := "30/Sep/2024" + this.About.Version := "v0.13.3" + this.About.Date := "10/Dec/2024" this.About.Author := "rcmdnk" this.About.Description := "Vim emulation with AutoHotkey, everywhere in Windows." this.About.Homepage := "https://github.com/rcmdnk/vim_ahk"