From 3391736d53d9d88d2c9c0d9113c2445c1c8f600b Mon Sep 17 00:00:00 2001 From: Benjamin Wasty Date: Sat, 15 Jul 2017 16:10:44 +0200 Subject: [PATCH] (cargo-release) version 0.0.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dcedf26..e7d5322 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "gltf-viewer" -version = "0.0.2-pre" +version = "0.0.2" dependencies = [ "cgmath 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.25.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 83e32ce..4919555 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "Unlicense" name = "gltf-viewer" readme = "README.md" repository = "https://github.com/bwasty/gltf-viewer" -version = "0.0.2-pre" +version = "0.0.2" [badges]