From f180f225d84902044c25ccf86d7f6560504ce1ca Mon Sep 17 00:00:00 2001 From: rcmdnk Date: Wed, 17 Jan 2024 20:11:34 +0000 Subject: [PATCH] feat: Update version and date in About section --- 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 f77cbb83..db81cdd8 100644 --- a/lib/vim_ahk.ahk +++ b/lib/vim_ahk.ahk @@ -20,8 +20,8 @@ class VimAhk{ __About(){ - this.About.Version := "v0.12.1" - this.About.Date := "13/Sep/2023" + this.About.Version := "v0.13.0" + this.About.Date := "18/Jan/2024" this.About.Author := "rcmdnk" this.About.Description := "Vim emulation with AutoHotkey, everywhere in Windows." this.About.Homepage := "https://github.com/rcmdnk/vim_ahk"