summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Michelotti <michelotti.matthew@gmail.com>2018-06-14 21:05:45 -0500
committerMatthew Michelotti <michelotti.matthew@gmail.com>2018-06-14 21:05:45 -0500
commit4032b55afd6724d7b331cae55c65fd5ef6c356f7 (patch)
tree3fbca2473b75c8fbc70063b63d02fe16f56b695c
parentca053dde0f0835476ab10d7ea19128392331ef57 (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 325485b..dd3e959 100644
--- a/gate/Cargo.toml
+++ b/gate/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gate"
-version = "0.4.0"
+version = "0.5.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 a11f176..63d061c 100644
--- a/gate_build/Cargo.toml
+++ b/gate_build/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gate_build"
-version = "0.4.0"
+version = "0.5.0"
authors = ["Matthew Michelotti <matthew@matthewmichelotti.com>"]
description = "Build utilities for Gate, a specialized 2D game library"
documentation = "https://docs.rs/gate_build/"