From 535a08c34cde6a5f5f002a9102cc847f55077115 Mon Sep 17 00:00:00 2001 From: Will Hopkins Date: Thu, 23 Feb 2023 18:09:03 -0800 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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