From cc6368a5dbde19639e4e4887f59a6cf1ddf7146f Mon Sep 17 00:00:00 2001 From: johnthagen Date: Thu, 13 Apr 2017 08:33:23 -0400 Subject: [PATCH] Release 1.0. (#111) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 25b11ff..d302dbc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "rust-belt" -version = "0.5.0" +version = "1.0.0" dependencies = [ "piston-music 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)", "piston2d-opengl_graphics 0.42.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 525fc2a..01cd185 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-belt" -version = "0.5.0" +version = "1.0.0" authors = [ "johnthagen ", "theandrewdavis ",