Skip to content

Commit

Permalink
update version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flomonster committed Mar 29, 2024
1 parent 7c3742d commit 5b7de41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "easy-gltf"
version = "1.1.1"
version = "1.1.2"
authors = ["Florian Amsallem <[email protected]>"]
description = "glTF 2.0 loader with an easy to use output"
documentation = "https://docs.rs/easy-gltf"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
//!
//! ```toml
//! [dependencies]
//! easy-gltf="1.1.1"
//! easy-gltf="1.1.2"
//! ```
//!
//! # Example
Expand Down

0 comments on commit 5b7de41

Please sign in to comment.