Skip to content

Commit 08b735f

Browse files
committed
feat: Update version to v0.13.1 and date to 01/Mar/2024.
1 parent 3f3558c commit 08b735f

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.13.0"
24-
this.About.Date := "18/Jan/2024"
23+
this.About.Version := "v0.13.1"
24+
this.About.Date := "01/Mar/2024"
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)