summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gate/Cargo.toml2
-rw-r--r--gate_build/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/gate/Cargo.toml b/gate/Cargo.toml
index dd3e959..28915ce 100644
--- a/gate/Cargo.toml
+++ b/gate/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gate"
-version = "0.5.0"
+version = "0.6.0"
authors = ["Matthew Michelotti <matthew@matthewmichelotti.com>"]
description = "A specialized 2D game library"
documentation = "https://docs.rs/gate/"
diff --git a/gate_build/Cargo.toml b/gate_build/Cargo.toml
index 63d061c..1201eaf 100644
--- a/gate_build/Cargo.toml
+++ b/gate_build/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gate_build"
-version = "0.5.0"
+version = "0.6.0"
authors = ["Matthew Michelotti <matthew@matthewmichelotti.com>"]
description = "Build utilities for Gate, a specialized 2D game library"
documentation = "https://docs.rs/gate_build/"