Skip to content

Commit

Permalink
Merge pull request #4 from ynqa/release-v0.1.1
Browse files Browse the repository at this point in the history
Bump up version to v0.1.1
  • Loading branch information
ynqa authored Jun 26, 2022
2 parents a9c8dd7 + 8c3b7a8 commit b5db266
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = "promkit"
version = "0.1.0"
version = "0.1.1"
authors = ["ynqa <[email protected]>"]
edition = "2018"
description = "A toolkit for building your own interactive command-line tools"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Put the package in your `Cargo.toml`.

```toml
[dependencies]
promkit = "0.1.0"
promkit = "0.1.1"
```

## Features
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
//!
//! ```toml
//! [dependencies]
//! promkit = "0.1.0"
//! promkit = "0.1.1"
//! ```
//!
//! ## Examples
Expand Down

0 comments on commit b5db266

Please sign in to comment.