Skip to content

Commit

Permalink
ver: bump to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
atahabaki committed Aug 7, 2023
1 parent 41de07e commit 2cefb9b
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 = "bracoxide"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
description = "A feature-rich library for brace pattern combination, permutation generation, and error handling."
repository = "https://github.com/atahabaki/bracoxide"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add Bracoxide to your Cargo.toml:

```toml
[dependencies]
bracoxide = "0.1.0"
bracoxide = "0.1.2"
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
//!
//! ```toml
//! [dependencies]
//! bracoxide = "0.1.0"
//! bracoxide = "0.1.2"
//! ```
//!
//! ```rust
Expand Down

0 comments on commit 2cefb9b

Please sign in to comment.