From 74dbdaa3081d82fc881c9ad99ce65e0de1a056f2 Mon Sep 17 00:00:00 2001 From: Matthew Michelotti Date: Thu, 2 Aug 2018 21:57:02 -0500 Subject: preparing for release --- gate/Cargo.toml | 2 +- gate_build/Cargo.toml | 2 +- 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 "] 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 "] description = "Build utilities for Gate, a specialized 2D game library" documentation = "https://docs.rs/gate_build/" -- cgit v1.2.3