Skip to content

Commit

Permalink
Updates version for v0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanoasis committed Oct 15, 2016
1 parent 8e01fbc commit bddbff2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
" Version: 0.8.4
" Version: 0.8.5
" Webpage: https://github.com/ryanoasis/vim-devicons
" Maintainer: Ryan McIntyre <ryanoasis@gmail.com>
" License: see LICENSE
Expand Down
2 changes: 1 addition & 1 deletion autoload/vimfiler/columns/devicons.vim
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"=============================================================================
" FILE: devicons.vim
" Version: 0.8.4
" Version: 0.8.5
" Webpage: https://github.com/ryanoasis/vim-devicons
" Maintainer: Ryan McIntyre <ryanoasis@gmail.com>
" License: MIT license {{{
Expand Down
2 changes: 1 addition & 1 deletion nerdtree_plugin/webdevicons.vim
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
" Version: 0.8.4
" Version: 0.8.5
" Webpage: https://github.com/ryanoasis/vim-devicons
" Maintainer: Ryan McIntyre <ryanoasis@gmail.com>
" License: see LICENSE
Expand Down
4 changes: 2 additions & 2 deletions plugin/webdevicons.vim
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
" Version: 0.8.4
" Version: 0.8.5
" Webpage: https://github.com/ryanoasis/vim-devicons
" Maintainer: Ryan McIntyre <ryanoasis@gmail.com>
" License: see LICENSE

let s:version = '0.8.3'
let s:version = '0.8.5'
let s:plugin_home = expand('<sfile>:p:h:h')

" set scriptencoding after 'encoding' and when using multibyte chars
Expand Down

0 comments on commit bddbff2

Please sign in to comment.