aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xCargo.lock2
-rw-r--r--azalea-chat/Cargo.toml2
-rw-r--r--azalea-language/Cargo.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2c532bff..e725707c 100755
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -230,7 +230,7 @@ dependencies = [
[[package]]
name = "azalea-language"
-version = "0.1.0"
+version = "0.2.0"
dependencies = [
"lazy_static",
"serde",
diff --git a/azalea-chat/Cargo.toml b/azalea-chat/Cargo.toml
index 4e8512b9..d77bfa3d 100644
--- a/azalea-chat/Cargo.toml
+++ b/azalea-chat/Cargo.toml
@@ -9,7 +9,7 @@ version = "0.1.1"
[dependencies]
azalea-buf = {path = "../azalea-buf", features = ["serde_json"], version = "^0.2.0" }
-azalea-language = {path = "../azalea-language", version = "^0.1.0"}
+azalea-language = {path = "../azalea-language", version = "^0.2.0" }
lazy_static = "^1.4.0"
serde = "^1.0.130"
serde_json = "^1.0.72"
diff --git a/azalea-language/Cargo.toml b/azalea-language/Cargo.toml
index ac190311..f1902c05 100644
--- a/azalea-language/Cargo.toml
+++ b/azalea-language/Cargo.toml
@@ -3,7 +3,7 @@ description = "Translate Minecraft strings from their id."
edition = "2021"
license = "MIT"
name = "azalea-language"
-version = "0.1.0"
+version = "0.2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html