From 2d95edd33c9be6a64b4353a3bbf9698087653249 Mon Sep 17 00:00:00 2001 From: rcmdnk Date: Wed, 2 Oct 2024 02:02:01 +0900 Subject: [PATCH] chore: update release date to 30/Sep/2024 --- lib/vim_ahk.ahk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vim_ahk.ahk b/lib/vim_ahk.ahk index d4c2d00..613210d 100644 --- a/lib/vim_ahk.ahk +++ b/lib/vim_ahk.ahk @@ -21,7 +21,7 @@ class VimAhk{ __About(){ this.About.Version := "v0.14.0" - this.About.Date := "26/Sep/2024" + this.About.Date := "30/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"