From 6a6a9ece32aa2b1a514df90c354dfcdd19341efd Mon Sep 17 00:00:00 2001 From: Florian Amsallem Date: Sun, 5 Nov 2023 00:23:49 +0100 Subject: [PATCH] update version to 1.1.1 --- Cargo.toml | 2 +- README.md | 2 +- src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6a32e36..7442733 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "easy-gltf" -version = "1.1.0" +version = "1.1.1" 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 f6bb1ec..1d20f6e 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.0" +easy-gltf="1.1.1" ``` ### Usage diff --git a/src/lib.rs b/src/lib.rs index ec4f940..d4c7fac 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -9,7 +9,7 @@ //! //! ```toml //! [dependencies] -//! easy-gltf="1.1.0" +//! easy-gltf="1.1.1" //! ``` //! //! # Example