From e43d650b9d477780880c788ea77ba9d4dbd8d92b Mon Sep 17 00:00:00 2001 From: Yang Song Date: Tue, 12 Mar 2019 20:26:32 -0700 Subject: [PATCH] Update release versions for readme. (#189) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 440669c..208477b 100644 --- a/README.md +++ b/README.md @@ -34,13 +34,13 @@ For Maven add to `pom.xml`: io.opencensus opencensus-proto - 0.1.0 + 0.2.0 ``` For Gradle add to dependencies: ```gradle -compile 'io.opencensus:opencensus-proto:0.1.0' +compile 'io.opencensus:opencensus-proto:0.2.0' ``` [travis-image]: https://travis-ci.org/census-instrumentation/opencensus-proto.svg?branch=master @@ -61,7 +61,7 @@ In WORKSPACE, add: git_repository( name = "io_opencensus_proto", strip_prefix = "src", - tag = "v0.1.0", # CURRENT_OPENCENSUS_PROTO_VERSION + tag = "v0.2.0", # CURRENT_OPENCENSUS_PROTO_VERSION remote = "https://github.com/census-instrumentation/opencensus-proto", ) ```