Skip to content

Commit

Permalink
Bump version to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vaIgarashi committed Oct 3, 2020
1 parent cab5caa commit 5e892d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "anvil-region"
version = "0.3.3"
version = "0.4.0"
authors = ["vagola <[email protected]>"]
edition = "2018"
description = "Region file format storage for chunks."
Expand All @@ -12,7 +12,7 @@ readme = "README.md"

[dependencies]
byteorder = "1.3"
named-binary-tag = "0.2"
named-binary-tag = "0.3"
bitvec = "0.17"
log = "0.4.11"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
anvil-region = "0.3"
anvil-region = "0.4"
```

## Example
Expand Down

0 comments on commit 5e892d2

Please sign in to comment.