From 9dec3fe54675c6bd565cc98dd64189408b72c27f Mon Sep 17 00:00:00 2001 From: Benjamin Wasty <benny.wasty@gmail.com> Date: Wed, 22 Aug 2018 22:10:28 +0200 Subject: [PATCH] (cargo-release) version 0.4.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 72bb995..a78fc6c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -373,7 +373,7 @@ dependencies = [ [[package]] name = "gltf-viewer" -version = "0.3.2-alpha.0" +version = "0.4.0" dependencies = [ "base64 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index e8a67ad..5e33b1a 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.3.2-alpha.0" +version = "0.4.0" build = false # TODO: git-version doesn't work on Travis [badges]