aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xCargo.lock2
-rw-r--r--azalea/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 4cf4b02a..64170065 100755
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -100,7 +100,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "azalea"
-version = "0.1.0"
+version = "0.2.0"
dependencies = [
"anyhow",
"async-trait",
diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml
index b8e18251..79622e6f 100644
--- a/azalea/Cargo.toml
+++ b/azalea/Cargo.toml
@@ -3,7 +3,7 @@ description = "A framework for creating Minecraft bots."
edition = "2021"
license = "MIT"
name = "azalea"
-version = "0.1.0"
+version = "0.2.0"
publish = false
release = false