From 72567a448e6e94c4d2f7bfc160001abaa9e07595 Mon Sep 17 00:00:00 2001 From: Vladislavs Golubs Date: Sun, 17 Jan 2021 00:53:44 +0300 Subject: [PATCH] Bump version to 0.5 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a4caee5..a9b32d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anvil-region" -version = "0.4.0" +version = "0.5.0" authors = ["vagola "] edition = "2018" description = "Region file format storage for chunks." diff --git a/README.md b/README.md index 92a727f..4dc45f1 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -anvil-region = "0.4" +anvil-region = "0.5" ``` ## Example