From c9daf56e5873dadba42d4a04d7932991d106f29e Mon Sep 17 00:00:00 2001 From: Benjamin Wasty Date: Sun, 11 Feb 2018 17:29:06 +0100 Subject: [PATCH] (cargo-release) version 0.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3152118..0b26716 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -356,7 +356,7 @@ dependencies = [ [[package]] name = "gltf-viewer" -version = "0.1.1-pre" +version = "0.2.0" dependencies = [ "bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "cgmath 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index b83f49c..53d79b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ license = "Unlicense" name = "gltf-viewer" readme = "README.md" repository = "https://github.com/bwasty/gltf-viewer" -version = "0.1.1-pre" +version = "0.2.0" build = false # TODO: git-version doesn't work on Travis [badges]