Skip to content

Commit 8f84009

Browse files
author
Nyx Ronin
committed
rel: v0.1.6
1 parent 37b06ea commit 8f84009

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bracoxide"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
edition = "2021"
55
description = "A feature-rich library for brace pattern combination, permutation generation, and error handling."
66
repository = "https://github.com/atahabaki/bracoxide"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add Bracoxide to your Cargo.toml:
2222

2323
```toml
2424
[dependencies]
25-
bracoxide = "0.1.5"
25+
bracoxide = "0.1.6"
2626
```
2727

2828
## Usage

0 commit comments

Comments
 (0)