Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
willothy committed Feb 24, 2023
1 parent fff3a82 commit 535a08c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nvim-utils"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
description = "Utilities for writing neovim plugins in rust"
authors = ["Will Hopkins <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Using `nvim-utils` is as simple as adding it to your `Cargo.toml`:

```toml
[dependencies]
nvim-utils = "0.1.2"
nvim-utils = "0.1.3"
```

or
Expand Down

0 comments on commit 535a08c

Please sign in to comment.