Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
royaltm committed Jul 13, 2023
1 parent 3cdc238 commit 4d448c5
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 = "delharc"
version = "0.4.0"
version = "0.5.0"
authors = ["Rafal Michalski <royaltm75@gmail.com>"]
edition = "2021"
description = "A library for parsing and extracting files from LHA/LZH archives."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Add to `Cargo.toml`:

```toml
[dependencies]
delharc = "0.4"
delharc = "0.5"
```

For more information, please see the [Documentation][Docs Link].
Expand Down

0 comments on commit 4d448c5

Please sign in to comment.