diff --git a/Cargo.lock b/Cargo.lock index 91b3b8b..ce93055 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "gltf-viewer" -version = "0.1.0-pre" +version = "0.1.0" dependencies = [ "bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", "cgmath 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index cbd0eca..dc2f958 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.0-pre" +version = "0.1.0" [badges]