Skip to content

Commit d7d9a25

Browse files
committed
update version
1 parent 58207bb commit d7d9a25

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.7.6"
23-
this.About.Date := "03/Aug/2020"
22+
this.About.Version := "v0.8.0"
23+
this.About.Date := "15/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)