Skip to content

Commit 7ae5331

Browse files
committed
Bump version
1 parent 36333f2 commit 7ae5331

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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 = "async_zip"
3-
version = "0.0.15"
3+
version = "0.0.16"
44
edition = "2021"
55
authors = ["Harry [hello@majored.pw]"]
66
repository = "https://github.com/Majored/rs-async-zip"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ An asynchronous ZIP archive reading/writing crate.
2020

2121
```toml
2222
[dependencies]
23-
async_zip = { version = "0.0.14", features = ["full"] }
23+
async_zip = { version = "0.0.16", features = ["full"] }
2424
```
2525

2626
A (soon to be) extensive list of [examples](https://github.com/Majored/rs-async-zip/tree/main/examples) can be found under the `/examples` directory.

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
//!
2020
//! ```toml
2121
//! [dependencies]
22-
//! async_zip = { version = "0.0.15", features = ["full"] }
22+
//! async_zip = { version = "0.0.16", features = ["full"] }
2323
//! ```
2424
//!
2525
//! ### Feature Flags

0 commit comments

Comments
 (0)