Skip to content

Commit

Permalink
bump version to 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
kyeah committed Jan 5, 2018
1 parent d089420 commit 2d8a66d
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 = "bson"
version = "0.10.0"
version = "0.11.0"
authors = [
"Y. T. Chung <zonyitoo@gmail.com>",
"Kevin Yeh <kevinyeah@utexas.edu>"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This crate works with Cargo and can be found on

```toml
[dependencies]
bson = "0.10"
bson = "0.11"
```

## Usage
Expand Down

0 comments on commit 2d8a66d

Please sign in to comment.