From 5a970c6f72626bda1153ae1257d592c6945b5ed5 Mon Sep 17 00:00:00 2001 From: rcmdnk Date: Thu, 26 Sep 2024 03:08:59 +0900 Subject: [PATCH] feat: bump version to v0.14.0 and update release date --- 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 632ff65..43f8781 100644 --- a/lib/vim_ahk.ahk +++ b/lib/vim_ahk.ahk @@ -19,8 +19,8 @@ class VimAhk{ __About(){ - this.About.Version := "v0.13.1" - this.About.Date := "01/Mar/2024" + this.About.Version := "v0.14.0" + this.About.Date := "26/Sep/2024" this.About.Author := "rcmdnk" this.About.Description := "Vim emulation with AutoHotkey, everywhere in Windows." this.About.Homepage := "https://github.com/rcmdnk/vim_ahk"