Skip to content

Commit da4be5b

Browse files
committed
bump up version.
1 parent 2e2cbcb commit da4be5b

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

autoload/gist.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
"=============================================================================
22
" File: gist.vim
33
" Author: Yasuhiro Matsumoto <[email protected]>
4-
" Last Change: 10-Apr-2012.
5-
" Version: 6.4
4+
" Last Change: 16-Apr-2012.
5+
" Version: 6.5
66
" WebPage: http://github.com/mattn/gist-vim
77
" License: BSD
88

gist.vim.vimup

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ script_name: Gist.vim
22
script_id: '2423'
33
script_type: utility
44
script_package: gist-vim.zip
5-
script_version: '6.4'
5+
script_version: '6.5'
66
required_vim_version: '7.0'
77
summary: vimscript for gist
88

@@ -112,6 +112,9 @@ install_details: |
112112
See also: https://github.com/mattn/gist-vim/blob/master/README.mkd
113113
114114
versions:
115+
- '6.5': |
116+
This is an upgrade for Gist.vim: use webapi namespace. NOTE: please upgrade webapi-vim also.
117+
115118
- '6.4': |
116119
This is an upgrade for Gist.vim: fixed updating with description.
117120

0 commit comments

Comments
 (0)