diff --git a/lib/vim_ahk.ahk b/lib/vim_ahk.ahk index 53deebf2..b6cbf7ea 100644 --- a/lib/vim_ahk.ahk +++ b/lib/vim_ahk.ahk @@ -20,8 +20,8 @@ class VimAhk{ __About(){ - this.About.Version := "v0.11.5" - this.About.Date := "16/Sep/2022" + this.About.Version := "v0.12.0" + this.About.Date := "30/Jul/2023" this.About.Author := "rcmdnk" this.About.Description := "Vim emulation with AutoHotkey, everywhere in Windows." this.About.Homepage := "https://github.com/rcmdnk/vim_ahk"