Skip to content

Commit 4d74356

Browse files
committed
(cargo-release) version 0.1.1
1 parent d93901b commit 4d74356

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 = "permutation_iterator"
3-
version = "0.1.1-alpha.0"
3+
version = "0.1.1"
44
edition = "2018"
55
authors = ["Asim Ihsan <asim.ihsan@gmail.com>"]
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Add this to your `Cargo.toml`:
1717

1818
```toml
1919
[dependencies]
20-
permutation_iterator = "0.1.0"
20+
permutation_iterator = "0.1.1"
2121
```
2222

2323
## Example

0 commit comments

Comments
 (0)