Skip to content

Commit 3733caa

Browse files
committed
chore: Update version and date in About section
1 parent 0126253 commit 3733caa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/vim_ahk.ahk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020

2121
class VimAhk{
2222
__About(){
23-
this.About.Version := "v0.12.0"
24-
this.About.Date := "30/Jul/2023"
23+
this.About.Version := "v0.12.1"
24+
this.About.Date := "13/Sep/2023"
2525
this.About.Author := "rcmdnk"
2626
this.About.Description := "Vim emulation with AutoHotkey, everywhere in Windows."
2727
this.About.Homepage := "https://github.com/rcmdnk/vim_ahk"

0 commit comments

Comments
 (0)