Update release versions for README. (#150)

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

@ -31,13 +31,13 @@ For Maven add to `pom.xml`:
<dependency> <dependency>
<groupId>io.opencensus</groupId> <groupId>io.opencensus</groupId>
<artifactId>opencensus-proto</artifactId> <artifactId>opencensus-proto</artifactId>
<version>0.0.2</version> <version>0.1.0</version>
</dependency> </dependency>
``` ```
For Gradle add to dependencies: For Gradle add to dependencies:
```gradle ```gradle
compile 'io.opencensus:opencensus-proto:0.0.2' compile 'io.opencensus:opencensus-proto:0.1.0'
``` ```
[travis-image]: https://travis-ci.org/census-instrumentation/opencensus-proto.svg?branch=master [travis-image]: https://travis-ci.org/census-instrumentation/opencensus-proto.svg?branch=master
@ -52,7 +52,7 @@ In WORKSPACE, add:
git_repository( git_repository(
name = "io_opencensus_proto", name = "io_opencensus_proto",
strip_prefix = "src", strip_prefix = "src",
tag = "v0.0.2", # CURRENT_OPENCENSUS_PROTO_VERSION tag = "v0.1.0", # CURRENT_OPENCENSUS_PROTO_VERSION
remote = "https://github.com/census-instrumentation/opencensus-proto", remote = "https://github.com/census-instrumentation/opencensus-proto",
) )
``` ```

Loading…
Cancel
Save