Skip to content

Commit

Permalink
chore(Cargo.toml): Bump version 0.5.0 => 0.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanHodulak committed Dec 5, 2021
1 parent c8e7622 commit da44452
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 = "basex"
version = "0.5.0"
version = "0.6.0"
authors = ["Roman Hodulák <[email protected]>"]
edition = "2018"
license = "ISC"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Add the library to the list of dependencies in your `Cargo.toml` like so:

```toml
[dependencies]
basex = "0.5.0"
basex = "0.6.0"
```

## Usage
Expand Down

0 comments on commit da44452

Please sign in to comment.