Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Majored committed Apr 15, 2022
1 parent d7f13cd commit 18cf177
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.6"
version = "0.0.7"
edition = "2021"
authors = ["Harry [[email protected]]"]
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 @@ -17,7 +17,7 @@ An asynchronous ZIP archive reading/writing crate powered by [`tokio`](https://c

```toml
[dependencies]
async_zip = "0.0.6"
async_zip = "0.0.7"
```

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

0 comments on commit 18cf177

Please sign in to comment.