Skip to content

Commit ffde70d

Browse files
committed
update version
1 parent ca88bde commit ffde70d

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
@@ -19,8 +19,8 @@
1919

2020
class VimAhk{
2121
__About(){
22-
this.About.Version := "v0.8.3"
23-
this.About.Date := "19/Oct/2020"
22+
this.About.Version := "v0.8.4"
23+
this.About.Date := "20/Oct/2020"
2424
this.About.Author := "rcmdnk"
2525
this.About.Description := "Vim emulation with AutoHotkey, everywhere in Windows."
2626
this.About.Homepage := "https://github.com/rcmdnk/vim_ahk"

0 commit comments

Comments
 (0)