diff options
author | Arctic Ice Studio <development@arcticicestudio.com> | 2016-12-26 17:39:15 +0100 |
---|---|---|
committer | Arctic Ice Studio <development@arcticicestudio.com> | 2016-12-26 17:39:15 +0100 |
commit | f3330e8136d0a5cb13e256d1ee658ea5fcc6021a (patch) | |
tree | edaf53414460199270e38ee9778fcfb2bb9a189a /README.md | |
parent | 4d642b9b8ff7898d8a3cb2f73790c4f8eac36d75 (diff) | |
download | nord-vim-f3330e8136d0a5cb13e256d1ee658ea5fcc6021a.tar.gz |
Prepare stable development release version 0.1.1
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -46,7 +46,7 @@ Plug 'arcticicestudio/nord-vim', { 'branch': 'develop' } A specific version can be installed via git tags. ```sh -Plug 'arcticicestudio/nord-vim', { 'tag': 'v0.1.0' } +Plug 'arcticicestudio/nord-vim', { 'tag': 'v0.1.1' } ``` Of course it can be installed with any of your favorite tools: @@ -118,7 +118,7 @@ Detailed descriptions for supported languages can be found in the [project wiki] ![][scrot-lang-ruby] ## Development -[![](https://img.shields.io/badge/Changelog-0.1.0-blue.svg)](https://github.com/arcticicestudio/nord-vim/blob/v0.1.0/CHANGELOG.md) [![](https://img.shields.io/badge/Workflow-gitflow--branching--model-blue.svg)](http://nvie.com/posts/a-successful-git-branching-model) [![](https://img.shields.io/badge/Versioning-ArcVer_0.8.0-blue.svg)](https://github.com/arcticicestudio/arcver) +[![](https://img.shields.io/badge/Changelog-0.1.1-blue.svg)](https://github.com/arcticicestudio/nord-vim/blob/v0.1.1/CHANGELOG.md) [![](https://img.shields.io/badge/Workflow-gitflow--branching--model-blue.svg)](http://nvie.com/posts/a-successful-git-branching-model) [![](https://img.shields.io/badge/Versioning-ArcVer_0.8.0-blue.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). |