From e038db78cee4474d28405b6ff7f4ce199c97412c Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Wed, 4 Sep 2013 22:32:20 -0700 Subject: [PATCH] v1.1.2 --- plugin/wakatime.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {{{