Skip to content

Commit

Permalink
Bump crate versions to 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alteous committed Jul 17, 2018
1 parent 47b7668 commit 01365d9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gltf"
version = "0.11.1"
version = "0.11.2"
authors = ["David Harvey-Macaulay <alteous@outlook.com>"]
description = "glTF 2.0 loader"
documentation = "https://docs.rs/gltf"
Expand All @@ -24,7 +24,7 @@ approx = "0.1.1"
base64 = { optional = true, version = "0.6" }
byteorder = "1.1"
cgmath = "0.15"
gltf-json = { path = "gltf-json", version = "0.11.1" }
gltf-json = { path = "gltf-json", version = "0.11.2" }
image = { optional = true, version = "0.19" }
lazy_static = "0.2"

Expand Down
2 changes: 1 addition & 1 deletion gltf-derive/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gltf-derive"
version = "0.11.1"
version = "0.11.2"
authors = ["David Harvey-Macaulay <alteous@outlook.com>"]
description = "Internal macros for the gltf crate"
repository = "https://github.com/gltf-rs/gltf"
Expand Down
4 changes: 2 additions & 2 deletions gltf-json/Cargo.toml
@@ -1,13 +1,13 @@
[package]
name = "gltf-json"
version = "0.11.1"
version = "0.11.2"
authors = ["David Harvey-Macaulay <alteous@outlook.com>"]
description = "JSON parsing for the gltf crate"
repository = "https://github.com/gltf-rs/gltf"
license = "MIT/Apache-2.0"

[dependencies]
gltf-derive = { path = "../gltf-derive", version = "0.11.1" }
gltf-derive = { path = "../gltf-derive", version = "0.11.2" }
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
Expand Down

0 comments on commit 01365d9

Please sign in to comment.