diff options
author | Arctic Ice Studio <development@arcticicestudio.com> | 2017-04-17 10:11:10 +0200 |
---|---|---|
committer | Arctic Ice Studio <development@arcticicestudio.com> | 2017-04-17 10:11:10 +0200 |
commit | 7fdb2cbe841b16ffaabcf0d7f862295bb5ed5bb5 (patch) | |
tree | f98c9fa0b87389f04201b915c55d1f607a67d269 /README.md | |
parent | 085c133724cb50a91d6fe50a4cb4c32630ca60d7 (diff) | |
download | nord-vim-7fdb2cbe841b16ffaabcf0d7f862295bb5ed5bb5.tar.gz |
Prepare stable development release version 0.5.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -62,7 +62,7 @@ Plug 'arcticicestudio/nord-vim', { 'branch': 'develop' } A specific version can be installed via git tags. ```vim -Plug 'arcticicestudio/nord-vim', { 'tag': 'v0.4.0' } +Plug 'arcticicestudio/nord-vim', { 'tag': 'v0.5.0' } ``` Of course it can be installed with any of your favorite tools: @@ -148,7 +148,7 @@ Detailed descriptions for supported languages can be found in the [project wiki] ![][scrot-lang-ruby] ## Development -[![](https://img.shields.io/badge/Changelog-0.4.0-81A1C1.svg)](https://github.com/arcticicestudio/nord-vim/blob/v0.4.0/CHANGELOG.md) [![](https://img.shields.io/badge/Workflow-gitflow--branching--model-81A1C1.svg)](http://nvie.com/posts/a-successful-git-branching-model) [![](https://img.shields.io/badge/Versioning-ArcVer_0.8.0-81A1C1.svg)](https://github.com/arcticicestudio/arcver) +[![](https://img.shields.io/badge/Changelog-0.5.0-81A1C1.svg)](https://github.com/arcticicestudio/nord-vim/blob/v0.5.0/CHANGELOG.md) [![](https://img.shields.io/badge/Workflow-gitflow--branching--model-81A1C1.svg)](http://nvie.com/posts/a-successful-git-branching-model) [![](https://img.shields.io/badge/Versioning-ArcVer_0.8.0-81A1C1.svg)](https://github.com/arcticicestudio/arcver) ### Contribution Please report issues/bugs, feature requests and suggestions for improvements to the [issue tracker](https://github.com/arcticicestudio/nord-vim/issues). |