Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
Update release versions for readme. (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
songy23 authored Mar 13, 2019
1 parent 0fafccb commit e43d650
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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",
)
```
Expand Down

0 comments on commit e43d650

Please sign in to comment.