Skip to content

Commit

Permalink
Bumping version number
Browse files Browse the repository at this point in the history
I need this to update the version uploaded on vim.org that is buggy
  • Loading branch information
molok committed Jan 7, 2012
1 parent 62cede1 commit 91778c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/smartusline.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
*smartusline.txt* For Vim version 7.0 Last change: 2012 January 7

Author: Alessio Bolognino
Version: 0.2
Version: 0.2.1

Homepage: https://github.com/molok/vim-smartusline

Expand Down
4 changes: 2 additions & 2 deletions plugin/smartusline.vim
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
" smartusline.vim
" ---------------------------------------------------------------
" Version: 0.2
" Version: 0.2.1
" Authors: Alessio 'molok' Bolognino <alessio.bolognino+vim@gmail.com>
" Last Modified: 2012-01-06
" License: GPL (Gnu Public License)
Expand All @@ -21,7 +21,7 @@ if &stl == ""
finish
endif

let g:loaded_smartusline = 0.2
let g:loaded_smartusline = 0.2.1
let s:keepcpo = &cpo
set cpo&vim

Expand Down

0 comments on commit 91778c9

Please sign in to comment.