Skip to content

Commit 3680891

Browse files
committed
chore: release v0.2.0
1 parent 731ffde commit 3680891

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ Feel free to open issues.
4141
## Setup
4242

4343
### Installation
44-
To use with neovim 0.5 or to stay on a stable release.
44+
To use with neovim 0.6 or to stay on a stable release.
4545

4646
[__vim-plug__](https://github.com/junegunn/vim-plug)
4747
```
4848
Plug 'nvim-lua/plenary.nvim'
49-
Plug 'saecki/crates.nvim', { 'tag': 'v0.1.0' }
49+
Plug 'saecki/crates.nvim', { 'tag': 'v0.2.0' }
5050
5151
lua require('crates').setup()
5252
```
@@ -55,7 +55,7 @@ lua require('crates').setup()
5555
```lua
5656
use {
5757
'saecki/crates.nvim',
58-
tag = 'v0.1.0',
58+
tag = 'v0.2.0',
5959
requires = { 'nvim-lua/plenary.nvim' },
6060
config = function()
6161
require('crates').setup()

doc/crates.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*crates.nvim*
33

44
Author: Tobias Schmitz <[email protected]>
5-
Version: 0.1.0
5+
Version: 0.2.0
66
Homepage: <https://github.com/saecki/crates.nvim>
77
License: MIT license
88

scripts/README.md.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ Feel free to open issues.
4141
## Setup
4242

4343
### Installation
44-
To use with neovim 0.5 or to stay on a stable release.
44+
To use with neovim 0.6 or to stay on a stable release.
4545

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

5151
lua require('crates').setup()
5252
```
@@ -55,7 +55,7 @@ lua require('crates').setup()
5555
```lua
5656
use {
5757
'saecki/crates.nvim',
58-
tag = 'v0.1.0',
58+
tag = 'v0.2.0',
5959
requires = { 'nvim-lua/plenary.nvim' },
6060
config = function()
6161
require('crates').setup()

scripts/crates.txt.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*crates.nvim*
33

44
Author: Tobias Schmitz <[email protected]>
5-
Version: 0.1.0
5+
Version: 0.2.0
66
Homepage: <https://github.com/saecki/crates.nvim>
77
License: MIT license
88

0 commit comments

Comments
 (0)