From 36b2a682d3475749e79134446a4d6f427b2fedb2 Mon Sep 17 00:00:00 2001 From: rcmdnk Date: Sun, 30 Jul 2023 03:53:15 +0000 Subject: [PATCH] chore: 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 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"