diff options
author | Arctic Ice Studio <development@arcticicestudio.com> | 2019-04-18 10:03:29 +0200 |
---|---|---|
committer | Arctic Ice Studio <development@arcticicestudio.com> | 2019-04-18 10:03:29 +0200 |
commit | bfa83e8dcc23176a8c8a93e6fb0057c6cb2ff45d (patch) | |
tree | be31463c9d6f4902b5014377b14588fd7ba6c517 /README.md | |
parent | 8de69ba097e87aad000326a723b96b3c2732e182 (diff) | |
download | nord-vim-bfa83e8dcc23176a8c8a93e6fb0057c6cb2ff45d.tar.gz |
Prepare release version 0.11.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -92,7 +92,7 @@ Plug 'arcticicestudio/nord-vim', { 'branch': 'develop' } A explicit version can be installed via Git tags: ```vim -Plug 'arcticicestudio/nord-vim', { 'tag': 'v0.10.0' } +Plug 'arcticicestudio/nord-vim', { 'tag': 'v0.11.0' } ``` #### Manual @@ -316,7 +316,7 @@ Detailed descriptions for supported languages can be found in the [project wiki] ## Development -[![](https://img.shields.io/badge/Changelog-0.10.0-81A1C1.svg?style=flat-square)](https://github.com/arcticicestudio/nord-vim/blob/v0.10.0/CHANGELOG.md#0100) [![](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.11.0-81A1C1.svg?style=flat-square)](https://github.com/arcticicestudio/nord-vim/blob/v0.11.0/CHANGELOG.md#0110) [![](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 |