From a1b8b5dc38c82b2dba1a082416cd0b254d9caf56 Mon Sep 17 00:00:00 2001 From: ynqa Date: Sat, 13 Aug 2022 20:49:35 +0900 Subject: [PATCH] bump up the version to v0.1.2 --- Cargo.toml | 2 +- README.md | 2 +- src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dfaba14e..26843d71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "promkit" -version = "0.1.1" +version = "0.1.2" authors = ["ynqa "] edition = "2018" description = "A toolkit for building your own interactive command-line tools" diff --git a/README.md b/README.md index a8bcf61c..60f1062f 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Put the package in your `Cargo.toml`. ```toml [dependencies] -promkit = "0.1.1" +version = "0.1.2" ``` ## Features diff --git a/src/lib.rs b/src/lib.rs index 5dc55b5d..03aa8b31 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -9,7 +9,7 @@ //! //! ```toml //! [dependencies] -//! promkit = "0.1.1" +//! version = "0.1.2" //! ``` //! //! ## Examples