diff --git a/Cargo.toml b/Cargo.toml index f7ce934..a70b4a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "easy-gltf" -version = "1.1.1" +version = "1.1.2" authors = ["Florian Amsallem "] description = "glTF 2.0 loader with an easy to use output" documentation = "https://docs.rs/easy-gltf" diff --git a/README.md b/README.md index 1d20f6e..37654a9 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ To install it, just add the dependency in your `Cargo.toml`. ```toml [dependencies] -easy-gltf="1.1.1" +easy-gltf="1.1.2" ``` ### Usage diff --git a/src/lib.rs b/src/lib.rs index d4c7fac..6c18000 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -9,7 +9,7 @@ //! //! ```toml //! [dependencies] -//! easy-gltf="1.1.1" +//! easy-gltf="1.1.2" //! ``` //! //! # Example