Skip to content

Commit

Permalink
Bump to version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrowan committed Sep 22, 2019
1 parent 597dc1e commit 2774b2d
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.1.2"
version = "0.2.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 @@ -39,7 +39,7 @@ Cargo.toml

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

## Using a client
Expand Down

0 comments on commit 2774b2d

Please sign in to comment.