Skip to content

Commit

Permalink
Version bump to v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanoasis committed Apr 19, 2015
1 parent 0b15661 commit 5f4e194
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.4.0
" Version: 0.4.1
" Webpage: https://github.com/ryanoasis/vim-webdevicons
" Maintainer: Ryan McIntyre <[email protected]>
" Licencse: see LICENSE

let s:version = '0.4.0'
let s:version = '0.4.1'

" standard fix/safety: line continuation (avoiding side effects) {{{1
"========================================================================
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
vim-webdevicons v0.4.0 [![GitHub version](https://badge.fury.io/gh/ryanoasis%2Fvim-webdevicons.svg)](http://badge.fury.io/gh/ryanoasis%2Fvim-webdevicons)
vim-webdevicons v0.4.1 [![GitHub version](https://badge.fury.io/gh/ryanoasis%2Fvim-webdevicons.svg)](http://badge.fury.io/gh/ryanoasis%2Fvim-webdevicons)
=======================
Adds filetype glyphs (icons) to other vim plugins such as [nerdtree](https://github.com/scrooloose/nerdtree) and
[vim-airline](https://github.com/bling/vim-airline), and [lightline.vim](https://github.com/itchyny/lightline.vim)
![image](https://github.com/ryanoasis/vim-webdevicons/wiki/screenshots/v0.4.1/overall-screenshot.png)

- [vim-webdevicons v0.4.0](#)
- [vim-webdevicons v0.4.1](#)
- [Usage](#usage)
- [Quick Setup (TL;DR)](#quick-setup)
- [Font Configuration](#font-configuration)
Expand Down

0 comments on commit 5f4e194

Please sign in to comment.