diff --git a/Cargo.toml b/Cargo.toml index a9b32d4..61335bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anvil-region" -version = "0.5.0" +version = "0.6.0" authors = ["vagola "] edition = "2018" description = "Region file format storage for chunks." diff --git a/README.md b/README.md index 7020604..f2a06a4 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -anvil-region = "0.5" +anvil-region = "0.6" ``` ## Example