Skip to content

Commit 16dd197

Browse files
committed
chore(doc): prepare for release
1 parent d3741e9 commit 16dd197

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Enable live blame annotations directly in your editor to see the author and comm
102102
> Releases prior to the major versions will no longer be maintained.
103103
> Branch `v1.0.x` contains several new features and massive optimizations but unfortunately also contains several breaking and deprecated changes.
104104
> For the time being the main branch will still be following `v0.2.x` while core users slowly migrate to `v1.0.x` without breaking their current workflow.
105-
> New users please use tag `v1.0.2` or branch `v1.0.x` for the latest changes!
105+
> New users please use tag `v1.0.3` or branch `v1.0.x` for the latest changes!
106106
107107
---
108108

@@ -111,7 +111,7 @@ Using [packer.nvim](https://github.com/wbthomason/packer.nvim)
111111
```lua
112112
use {
113113
'tanvirtin/vgit.nvim', branch = 'v1.0.x',
114-
-- or , tag = 'v1.0.2',
114+
-- or , tag = 'v1.0.3',
115115
requires = { 'nvim-lua/plenary.nvim', 'nvim-tree/nvim-web-devicons' },
116116
-- Lazy loading on 'VimEnter' event is necessary.
117117
event = 'VimEnter',
@@ -124,7 +124,7 @@ Using [lazy.nvim](https://github.com/folke/lazy.nvim)
124124
```lua
125125
{
126126
'tanvirtin/vgit.nvim', branch = 'v1.0.x',
127-
-- or , tag = 'v1.0.2',
127+
-- or , tag = 'v1.0.3',
128128
dependencies = { 'nvim-lua/plenary.nvim', 'nvim-tree/nvim-web-devicons' },
129129
-- Lazy loading on 'VimEnter' event is necessary.
130130
event = 'VimEnter',

0 commit comments

Comments
 (0)