From ffde70d1078b60d50654366db898baa338685cd8 Mon Sep 17 00:00:00 2001 From: rcmdnk Date: Tue, 20 Oct 2020 23:25:50 +0900 Subject: [PATCH] update version --- 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 9d4985df..daeb1d0d 100644 --- a/lib/vim_ahk.ahk +++ b/lib/vim_ahk.ahk @@ -19,8 +19,8 @@ class VimAhk{ __About(){ - this.About.Version := "v0.8.3" - this.About.Date := "19/Oct/2020" + this.About.Version := "v0.8.4" + this.About.Date := "20/Oct/2020" this.About.Author := "rcmdnk" this.About.Description := "Vim emulation with AutoHotkey, everywhere in Windows." this.About.Homepage := "https://github.com/rcmdnk/vim_ahk"