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", ) ```