Skip to content

Commit

Permalink
Release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m00qek committed Mar 28, 2023
1 parent fb3aff0 commit c048a1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -9,13 +9,13 @@ Colorize text with ANSI escape sequences (8, 16, 256 or TrueColor)
Using [vim-plug][vim-plug]:

```vim
Plug 'm00qek/baleia.nvim', { 'tag': 'v1.2.0' }
Plug 'm00qek/baleia.nvim', { 'tag': 'v1.3.0' }
```

Using [packer.nvim][packer]:

```lua
use { 'm00qek/baleia.nvim', tag = 'v1.2.0' }
use { 'm00qek/baleia.nvim', tag = 'v1.3.0' }
```

## Setup
Expand Down

0 comments on commit c048a1d

Please sign in to comment.