diff --git a/Cargo.lock b/Cargo.lock index 45c20b2..783eee1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "gltf-viewer" -version = "0.0.3-pre" +version = "0.0.3" dependencies = [ "cgmath 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.25.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 7bd030a..a6ac528 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.0.3-pre" +version = "0.0.3" [badges]