Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Majored committed Dec 22, 2023
1 parent 36333f2 commit 7ae5331
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 = "async_zip"
version = "0.0.15"
version = "0.0.16"
edition = "2021"
authors = ["Harry [hello@majored.pw]"]
repository = "https://github.com/Majored/rs-async-zip"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ An asynchronous ZIP archive reading/writing crate.

```toml
[dependencies]
async_zip = { version = "0.0.14", features = ["full"] }
async_zip = { version = "0.0.16", features = ["full"] }
```

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.
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
//!
//! ```toml
//! [dependencies]
//! async_zip = { version = "0.0.15", features = ["full"] }
//! async_zip = { version = "0.0.16", features = ["full"] }
//! ```
//!
//! ### Feature Flags
Expand Down

0 comments on commit 7ae5331

Please sign in to comment.