diff --git a/Cargo.toml b/Cargo.toml index b1bf063..2d0ea7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] diff --git a/README.md b/README.md index 0e40d1f..f339133 100644 --- a/README.md +++ b/README.md @@ -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