Skip to content

Commit

Permalink
feat: bump version to v0.14.0 and update release date
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmdnk committed Sep 25, 2024
1 parent 02929d9 commit 5a970c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/vim_ahk.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

class VimAhk{
__About(){
this.About.Version := "v0.13.1"
this.About.Date := "01/Mar/2024"
this.About.Version := "v0.14.0"
this.About.Date := "26/Sep/2024"
this.About.Author := "rcmdnk"
this.About.Description := "Vim emulation with AutoHotkey, everywhere in Windows."
this.About.Homepage := "https://github.com/rcmdnk/vim_ahk"
Expand Down

0 comments on commit 5a970c6

Please sign in to comment.