From a0be3b840dda49adc2de0e8383bf9d3ba6c08f7a Mon Sep 17 00:00:00 2001 From: Vladislavs Golubs Date: Sun, 21 Mar 2021 13:42:10 +0300 Subject: [PATCH] Bump version to 0.8.0 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 699d134..8903fec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anvil-region" -version = "0.7.0" +version = "0.8.0" authors = ["vagola "] edition = "2018" description = "Region file format storage for chunks." diff --git a/README.md b/README.md index 584c047..3b22625 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -anvil-region = "0.7" +anvil-region = "0.8" ``` ## Example