Skip to content

Commit 1dffccc

Browse files
committed
chore: bump version to 0.3.0
1 parent b75ecb1 commit 1dffccc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To use with neovim 0.6 or to stay on a stable release.
4848
[__vim-plug__](https://github.com/junegunn/vim-plug)
4949
```
5050
Plug 'nvim-lua/plenary.nvim'
51-
Plug 'saecki/crates.nvim', { 'tag': 'v0.2.1' }
51+
Plug 'saecki/crates.nvim', { 'tag': 'v0.3.0' }
5252
5353
lua require('crates').setup()
5454
```
@@ -57,7 +57,7 @@ lua require('crates').setup()
5757
```lua
5858
use {
5959
'saecki/crates.nvim',
60-
tag = 'v0.2.1',
60+
tag = 'v0.3.0',
6161
requires = { 'nvim-lua/plenary.nvim' },
6262
config = function()
6363
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.2.1
5+
Version: 0.3.0
66
Homepage: <https://github.com/saecki/crates.nvim>
77
License: MIT license
88

scripts/gen_doc.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ exec lua "$0" "$@"
55

66
local inspect = require("inspect")
77
local config = require('lua.crates.config')
8-
local version = "0.2.1"
8+
local version = "0.3.0"
99

1010
local function format_readme_refs(line)
1111
line = line:gsub("`f#([^`]+)`", "`%1`")

0 commit comments

Comments
 (0)