Skip to content

Commit

Permalink
bump up the version to 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ynqa committed Aug 5, 2024
1 parent a15187b commit 3e04e60
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Put the package in your `Cargo.toml`.

```toml
[dependencies]
promkit = "0.4.4"
promkit = "0.4.5"
```

## Features
Expand Down
2 changes: 1 addition & 1 deletion promkit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "promkit"
version = "0.4.4"
version = "0.4.5"
authors = ["ynqa <un.pensiero.vano@gmail.com>"]
edition = "2021"
description = "A toolkit for building your own interactive command-line tools"
Expand Down
18 changes: 9 additions & 9 deletions promkit/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@
//!
//! ```toml
//! [dependencies]
//! promkit = "0.4.4"
//! promkit = "0.4.5"
//! ```
//!
//! ## Features
//!
//! - Support cross-platform both UNIX and Windows owing to [crossterm](https://github.com/crossterm-rs/crossterm)
//! - Various building methods
//! - Preset; Support for quickly setting up a UI by providing simple parameters.
//! - [Readline](https://github.com/ynqa/promkit/tree/v0.4.4#readline)
//! - [Confirm](https://github.com/ynqa/promkit/tree/v0.4.4#confirm)
//! - [Password](https://github.com/ynqa/promkit/tree/v0.4.4#password)
//! - [Select](https://github.com/ynqa/promkit/tree/v0.4.4#select)
//! - [QuerySelect](https://github.com/ynqa/promkit/tree/v0.4.4#queryselect)
//! - [Checkbox](https://github.com/ynqa/promkit/tree/v0.4.4#checkbox)
//! - [Tree](https://github.com/ynqa/promkit/tree/v0.4.4#tree)
//! - [Readline](https://github.com/ynqa/promkit/tree/v0.4.5#readline)
//! - [Confirm](https://github.com/ynqa/promkit/tree/v0.4.5#confirm)
//! - [Password](https://github.com/ynqa/promkit/tree/v0.4.5#password)
//! - [Select](https://github.com/ynqa/promkit/tree/v0.4.5#select)
//! - [QuerySelect](https://github.com/ynqa/promkit/tree/v0.4.5#queryselect)
//! - [Checkbox](https://github.com/ynqa/promkit/tree/v0.4.5#checkbox)
//! - [Tree](https://github.com/ynqa/promkit/tree/v0.4.5#tree)
//! - Combining various UI components.
//! - They are provided with the same interface, allowing users to choose and
//! assemble them according to their preferences.
Expand All @@ -39,7 +39,7 @@
//!
//! ## Examples/Demos
//!
//! See [here](https://github.com/ynqa/promkit/tree/v0.4.4#examplesdemos)
//! See [here](https://github.com/ynqa/promkit/tree/v0.4.5#examplesdemos)
//!
//! ## Why *promkit*?
//!
Expand Down

0 comments on commit 3e04e60

Please sign in to comment.