Skip to content

Commit

Permalink
Bump to version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrowan committed Jan 19, 2020
1 parent 95b8369 commit 2bc918a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dgraph"
version = "0.2.0"
version = "0.3.0"
authors = ["Swoorup Joshi"]
description = "A rust client for Dgraph database"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -38,7 +38,7 @@ certain prerequisites needed before it can be installed. You can find them in

```toml
[dependencies]
dgraph = "0.2.0"
dgraph = "0.3.0"
```

`dgraph` is available for both Dgraph 1.0 and 1.1. By default, it installs
Expand Down

0 comments on commit 2bc918a

Please sign in to comment.