From 5e892d2a43c7b1ed09158077048e100efc083f5a Mon Sep 17 00:00:00 2001 From: Vladislavs Golubs Date: Sat, 3 Oct 2020 22:21:56 +0300 Subject: [PATCH] Bump version to 0.4 --- Cargo.toml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e44ebb7..4197af5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anvil-region" -version = "0.3.3" +version = "0.4.0" authors = ["vagola "] edition = "2018" description = "Region file format storage for chunks." @@ -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" diff --git a/README.md b/README.md index 5e0b843..ca63bc0 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -anvil-region = "0.3" +anvil-region = "0.4" ``` ## Example