diff --git a/Cargo.toml b/Cargo.toml index c708b3a..2c422e1 100644 --- a/Cargo.toml +++ b/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" diff --git a/README.md b/README.md index c3f3c8b..03a8e86 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Cargo.toml ```toml [dependencies] -dgraph = "0.1.1" +dgraph = "0.2.0" ``` ## Using a client