Update release versions for readme. (#189)

pull/191/head
Yang Song 6 years ago committed by GitHub
parent 0fafccbf96
commit e43d650b9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      README.md

@ -34,13 +34,13 @@ For Maven add to `pom.xml`:
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-proto</artifactId>
<version>0.1.0</version>
<version>0.2.0</version>
</dependency>
```
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",
)
```

Loading…
Cancel
Save