Skip to content

Commit f180f22

Browse files
committed
feat: Update version and date in About section
1 parent 5b29365 commit f180f22

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.1"
24-
this.About.Date := "13/Sep/2023"
23+
this.About.Version := "v0.13.0"
24+
this.About.Date := "18/Jan/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)