Skip to content

Commit 07af42e

Browse files
committed
release: v0.2.2
1 parent 3c75560 commit 07af42e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Neovim plugin for running the Codex CLI in an embedded terminal.
1313
> [!CAUTION]
1414
> You are reading the `master` branch README. Install and configuration details
1515
> may differ from tagged releases. The current latest release tag is
16-
> [`v0.2.1`](https://codeberg.org/yaadata/codex.nvim/src/tag/v0.2.1). For
16+
> [`v0.2.2`](https://codeberg.org/yaadata/codex.nvim/src/tag/v0.2.2). For
1717
> version-accurate instructions, read the README for your target tag from
1818
> [Codeberg releases](https://codeberg.org/yaadata/codex.nvim/releases).
1919
@@ -22,7 +22,7 @@ Neovim plugin for running the Codex CLI in an embedded terminal.
2222
```lua
2323
{
2424
url = "https://codeberg.org/yaadata/codex.nvim.git",
25-
version = '0.2.1',
25+
version = '0.2.2',
2626
config = function()
2727
require("codex").setup({})
2828
end,

0 commit comments

Comments
 (0)