diff --git a/Cargo.lock b/Cargo.lock index 9c81405..4cf4c43 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -391,7 +391,7 @@ dependencies = [ [[package]] name = "gltf-viewer" -version = "0.3.1-alpha.0" +version = "0.3.1" dependencies = [ "base64 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index fe5ee5a..5b2a66f 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.1-alpha.0" +version = "0.3.1" build = false # TODO: git-version doesn't work on Travis [badges]