diff --git a/plugin/wakatime.vim b/plugin/wakatime.vim index eb2093d..79ff1b0 100644 --- a/plugin/wakatime.vim +++ b/plugin/wakatime.vim @@ -1,10 +1,10 @@ " ============================================================================ " File: wakatime.vim " Description: Automatic time tracking for Vim. -" Maintainer: Wakati.Me +" Maintainer: WakaTime " ============================================================================ -let s:VERSION = '1.1.1' +let s:VERSION = '1.1.2' " Init {{{