From 35307d4868c9cb989058eef09eef1fc8d133a8bf Mon Sep 17 00:00:00 2001 From: Benjamin Wasty Date: Sun, 27 Jan 2019 19:24:45 +0100 Subject: [PATCH] (cargo-release) version 0.4.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 384d026..9056779 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -373,7 +373,7 @@ dependencies = [ [[package]] name = "gltf-viewer" -version = "0.4.1-alpha.0" +version = "0.4.1" dependencies = [ "base64 0.10.1 (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 b8e551b..d10c134 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gltf-viewer" -version = "0.4.1-alpha.0" +version = "0.4.1" authors = ["Benjamin Wasty "] edition = "2018" categories = ["rendering"]