Skip to content

Commit 04e5502

Browse files
committed
docs: update capture release tag
1 parent 536603d commit 04e5502

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ With lazy.nvim:
6363
```lua
6464
{
6565
"yoshimi-I/nvim-browser",
66-
tag = "v0.1.1",
66+
tag = "v0.1.2",
6767
build = "cargo build --release",
6868
config = function()
6969
require("nvim-browser").setup({
@@ -84,7 +84,7 @@ require("nvim-browser").setup({
8484
})
8585
```
8686

87-
Release tags use `vMAJOR.MINOR.PATCH`; replace `v0.1.1` with the latest release
87+
Release tags use `vMAJOR.MINOR.PATCH`; replace `v0.1.2` with the latest release
8888
tag when installing. Until `v1.0.0`, plugin and backend compatibility is
8989
guaranteed only within the same tag or commit; pin the Neovim plugin and
9090
`nvbrowser` binary together.

doc/nvim-browser.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Example lazy.nvim setup:
2626
>
2727
{
2828
"yoshimi-I/nvim-browser",
29-
tag = "v0.1.1",
29+
tag = "v0.1.2",
3030
build = "cargo build --release",
3131
config = function()
3232
require("nvim-browser").setup({
@@ -44,7 +44,7 @@ require("nvim-browser").setup({
4444
binary = vim.fn.expand("~/.local/bin/nvbrowser"),
4545
})
4646
<
47-
Release tags use vMAJOR.MINOR.PATCH; replace v0.1.1 with the latest release
47+
Release tags use vMAJOR.MINOR.PATCH; replace v0.1.2 with the latest release
4848
tag when installing. Until v1.0.0, pin the plugin and backend binary to the
4949
same tag or commit.
5050

0 commit comments

Comments
 (0)