Skip to content

Commit

Permalink
chore: release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saecki committed Apr 18, 2022
1 parent 731ffde commit 3680891
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ Feel free to open issues.
## Setup

### Installation
To use with neovim 0.5 or to stay on a stable release.
To use with neovim 0.6 or to stay on a stable release.

[__vim-plug__](https://github.com/junegunn/vim-plug)
```
Plug 'nvim-lua/plenary.nvim'
Plug 'saecki/crates.nvim', { 'tag': 'v0.1.0' }
Plug 'saecki/crates.nvim', { 'tag': 'v0.2.0' }
lua require('crates').setup()
```
Expand All @@ -55,7 +55,7 @@ lua require('crates').setup()
```lua
use {
'saecki/crates.nvim',
tag = 'v0.1.0',
tag = 'v0.2.0',
requires = { 'nvim-lua/plenary.nvim' },
config = function()
require('crates').setup()
Expand Down
2 changes: 1 addition & 1 deletion doc/crates.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*crates.nvim*

Author: Tobias Schmitz <[email protected]>
Version: 0.1.0
Version: 0.2.0
Homepage: <https://github.com/saecki/crates.nvim>
License: MIT license

Expand Down
6 changes: 3 additions & 3 deletions scripts/README.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ Feel free to open issues.
## Setup

### Installation
To use with neovim 0.5 or to stay on a stable release.
To use with neovim 0.6 or to stay on a stable release.

[__vim-plug__](https://github.com/junegunn/vim-plug)
```
Plug 'nvim-lua/plenary.nvim'
Plug 'saecki/crates.nvim', { 'tag': 'v0.1.0' }
Plug 'saecki/crates.nvim', { 'tag': 'v0.2.0' }

lua require('crates').setup()
```
Expand All @@ -55,7 +55,7 @@ lua require('crates').setup()
```lua
use {
'saecki/crates.nvim',
tag = 'v0.1.0',
tag = 'v0.2.0',
requires = { 'nvim-lua/plenary.nvim' },
config = function()
require('crates').setup()
Expand Down
2 changes: 1 addition & 1 deletion scripts/crates.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*crates.nvim*

Author: Tobias Schmitz <[email protected]>
Version: 0.1.0
Version: 0.2.0
Homepage: <https://github.com/saecki/crates.nvim>
License: MIT license

Expand Down

0 comments on commit 3680891

Please sign in to comment.