Skip to content

Commit

Permalink
feat: Update version to v0.13.1 and date to 01/Mar/2024.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmdnk committed Mar 1, 2024
1 parent 3f3558c commit 08b735f
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 @@ -20,8 +20,8 @@

class VimAhk{
__About(){
this.About.Version := "v0.13.0"
this.About.Date := "18/Jan/2024"
this.About.Version := "v0.13.1"
this.About.Date := "01/Mar/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 08b735f

Please sign in to comment.