Skip to content

Commit 770e9bb

Browse files
committed
update version
1 parent 2efd032 commit 770e9bb

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
@@ -18,8 +18,8 @@
1818

1919
class VimAhk{
2020
__About(){
21-
this.About.Version := "v0.5.0"
22-
this.About.Date := "24/Sep/2019"
21+
this.About.Version := "v0.6.0"
22+
this.About.Date := "31/Jan/2020"
2323
this.About.Author := "rcmdnk"
2424
this.About.Description := "Vim emulation with AutoHotkey, everywhere in Windows."
2525
this.About.Homepage := "https://github.com/rcmdnk/vim_ahk"

0 commit comments

Comments
 (0)