Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
junkblocker committed Nov 16, 2013
1 parent 2d64a28 commit 895dfbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/patchreview.txt
@@ -1,5 +1,5 @@
*patchreview.txt* Vim global plugin for doing single, multi-patch or diff code reviews
Version 1.0.9 (for Vim version 7.0 or higher)
Version 1.1.0 (for Vim version 7.0 or higher)

Author: Manpreet Singh < junkblocker@yahoo.com >
Copyright (C) 2006-2013 by Manpreet Singh
Expand Down
4 changes: 2 additions & 2 deletions plugin/patchreview.vim
@@ -1,7 +1,7 @@
" VIM plugin for doing single, multi-patch or diff code reviews {{{
" Home: https://github.com/junkblocker/patchreview-vim
" vim.org: http://www.vim.org/scripts/script.php?script_id=1563
" Version : 1.0.9 " {{{
" Version : 1.1.0 " {{{
" Author : Manpreet Singh < junkblocker@yahoo.com >
" Copyright : 2006-2013 by Manpreet Singh
" License : This file is placed in the public domain.
Expand Down Expand Up @@ -40,7 +40,7 @@
if &cp || (! exists('g:patchreview_debug') && exists('g:loaded_patchreview'))
finish
endif
let g:loaded_patchreview="1.0.9"
let g:loaded_patchreview="1.1.0"
if v:version < 700
echomsg 'patchreview: You need at least Vim 7.0'
finish
Expand Down

0 comments on commit 895dfbd

Please sign in to comment.