summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Michelotti <michelotti.matthew@gmail.com>2018-08-02 21:57:02 -0500
committerMatthew Michelotti <michelotti.matthew@gmail.com>2018-08-02 21:57:02 -0500
commit74dbdaa3081d82fc881c9ad99ce65e0de1a056f2 (patch)
tree7072ca8cc12cdb4b8455afc6eea35ba0313f278a
parentd29651c64a06c6cac67abea3cc43cfa1c962cf3d (diff)
preparing for release
-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/"