Skip to content

Commit 1eb3cd6

Browse files
committed
bump up version to v0.5.0 instead of v0.4.7
1 parent 5eefa09 commit 1eb3cd6

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Put the package in your `Cargo.toml`.
1111

1212
```toml
1313
[dependencies]
14-
promkit = "0.4.7"
14+
promkit = "0.5.0"
1515
```
1616

1717
## Features

promkit/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "promkit"
3-
version = "0.4.7"
3+
version = "0.5.0"
44
authors = ["ynqa <[email protected]>"]
55
edition = "2021"
66
description = "A toolkit for building your own interactive command-line tools"

promkit/src/lib.rs

+9-9
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@
1111
//!
1212
//! ```toml
1313
//! [dependencies]
14-
//! promkit = "0.4.7"
14+
//! promkit = "0.5.0"
1515
//! ```
1616
//!
1717
//! ## Features
1818
//!
1919
//! - Support cross-platform both UNIX and Windows owing to [crossterm](https://github.com/crossterm-rs/crossterm)
2020
//! - Various building methods
2121
//! - Preset; Support for quickly setting up a UI by providing simple parameters.
22-
//! - [Readline](https://github.com/ynqa/promkit/tree/v0.4.7#readline)
23-
//! - [Confirm](https://github.com/ynqa/promkit/tree/v0.4.7#confirm)
24-
//! - [Password](https://github.com/ynqa/promkit/tree/v0.4.7#password)
25-
//! - [Select](https://github.com/ynqa/promkit/tree/v0.4.7#select)
26-
//! - [QuerySelect](https://github.com/ynqa/promkit/tree/v0.4.7#queryselect)
27-
//! - [Checkbox](https://github.com/ynqa/promkit/tree/v0.4.7#checkbox)
28-
//! - [Tree](https://github.com/ynqa/promkit/tree/v0.4.7#tree)
22+
//! - [Readline](https://github.com/ynqa/promkit/tree/v0.5.0#readline)
23+
//! - [Confirm](https://github.com/ynqa/promkit/tree/v0.5.0#confirm)
24+
//! - [Password](https://github.com/ynqa/promkit/tree/v0.5.0#password)
25+
//! - [Select](https://github.com/ynqa/promkit/tree/v0.5.0#select)
26+
//! - [QuerySelect](https://github.com/ynqa/promkit/tree/v0.5.0#queryselect)
27+
//! - [Checkbox](https://github.com/ynqa/promkit/tree/v0.5.0#checkbox)
28+
//! - [Tree](https://github.com/ynqa/promkit/tree/v0.5.0#tree)
2929
//! - Combining various UI components.
3030
//! - They are provided with the same interface, allowing users to choose and
3131
//! assemble them according to their preferences.
@@ -39,7 +39,7 @@
3939
//!
4040
//! ## Examples/Demos
4141
//!
42-
//! See [here](https://github.com/ynqa/promkit/tree/v0.4.7#examplesdemos)
42+
//! See [here](https://github.com/ynqa/promkit/tree/v0.5.0#examplesdemos)
4343
//!
4444
//! ## Why *promkit*?
4545
//!

0 commit comments

Comments
 (0)