Skip to content

Commit

Permalink
Bump version to 0.5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
azriel91 committed Jul 23, 2019
1 parent 21d3f44 commit f850c46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 = "specs-hierarchy"
version = "0.5.0"
version = "0.5.1"
authors = ["Aceeri <[email protected]>", "Rhuagh <[email protected]>"]
repository = "https://github.com/rustgd/specs-hierarchy.git"
homepage = "https://github.com/rustgd/specs-hierarchy.git"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ children below it will also be removed from the hierarchy.
```toml
# Cargo.toml
[dependencies]
specs-hierarchy = "0.5.0"
specs-hierarchy = "0.5.1"
```

## Example
Expand Down

0 comments on commit f850c46

Please sign in to comment.