diff options
author | Arctic Ice Studio <development@arcticicestudio.com> | 2018-06-24 09:02:38 +0200 |
---|---|---|
committer | Arctic Ice Studio <development@arcticicestudio.com> | 2018-06-24 09:02:38 +0200 |
commit | ddd9ed689124eb4251464ef69097773ba9251009 (patch) | |
tree | 29508a4382f0cd2584c5fa9023ee90a40c00afed /README.md | |
parent | 01cfd1beacbd7efdc6693aa9cfa8d4e00ecd224e (diff) | |
download | nord-vim-ddd9ed689124eb4251464ef69097773ba9251009.tar.gz |
Prepare release version 0.9.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -91,7 +91,7 @@ Plug 'arcticicestudio/nord-vim', { 'branch': 'develop' } A explicit version can be installed via Git tags: ```vim -Plug 'arcticicestudio/nord-vim', { 'tag': 'v0.7.0' } +Plug 'arcticicestudio/nord-vim', { 'tag': 'v0.9.0' } ``` #### Manual @@ -301,7 +301,7 @@ Detailed descriptions for supported languages can be found in the [project wiki] ## Development -[![](https://img.shields.io/badge/Changelog-0.7.0-81A1C1.svg?style=flat-square)](https://github.com/arcticicestudio/nord-vim/blob/v0.7.0/CHANGELOG.md) [![](https://img.shields.io/badge/Workflow-gitflow--branching--model-81A1C1.svg?style=flat-square)](http://nvie.com/posts/a-successful-git-branching-model) [![](https://img.shields.io/badge/Versioning-ArcVer_0.8.0-81A1C1.svg?style=flat-square)](https://github.com/arcticicestudio/arcver) +[![](https://img.shields.io/badge/Changelog-0.9.0-81A1C1.svg?style=flat-square)](https://github.com/arcticicestudio/nord-vim/blob/v0.9.0/CHANGELOG.md) [![](https://img.shields.io/badge/Workflow-gitflow--branching--model-81A1C1.svg?style=flat-square)](http://nvie.com/posts/a-successful-git-branching-model) [![](https://img.shields.io/badge/Versioning-ArcVer_0.8.0-81A1C1.svg?style=flat-square)](https://github.com/arcticicestudio/arcver) ### Contribution |