aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock2
-rw-r--r--azalea/Cargo.toml2
-rw-r--r--azalea/src/lib.rs2
3 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index feda181d..22e004b1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -110,7 +110,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "azalea"
-version = "0.4.0"
+version = "0.5.0"
dependencies = [
"anyhow",
"async-trait",
diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml
index 2da58892..889eb935 100644
--- a/azalea/Cargo.toml
+++ b/azalea/Cargo.toml
@@ -4,7 +4,7 @@ edition = "2021"
license = "MIT"
name = "azalea"
repository = "https://github.com/mat-1/azalea/tree/main/azalea"
-version = "0.4.0"
+version = "0.5.0"
[package.metadata.release]
pre-release-replacements = [
diff --git a/azalea/src/lib.rs b/azalea/src/lib.rs
index e705f7b6..93f4825f 100644
--- a/azalea/src/lib.rs
+++ b/azalea/src/lib.rs
@@ -15,7 +15,7 @@
//! Latest bleeding-edge version:
//! `azalea = { git="https://github.com/mat-1/Cargo.toml" }`\
//! Latest "stable" release:
-//! `azalea = "0.4"`
+//! `azalea = "0.5.0"`
//!
//! ## Optimization
//!