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

Commit e43d650

Browse files
authored
Update release versions for readme. (#189)
1 parent 0fafccb commit e43d650

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ For Maven add to `pom.xml`:
3434
<dependency>
3535
<groupId>io.opencensus</groupId>
3636
<artifactId>opencensus-proto</artifactId>
37-
<version>0.1.0</version>
37+
<version>0.2.0</version>
3838
</dependency>
3939
```
4040

4141
For Gradle add to dependencies:
4242
```gradle
43-
compile 'io.opencensus:opencensus-proto:0.1.0'
43+
compile 'io.opencensus:opencensus-proto:0.2.0'
4444
```
4545

4646
[travis-image]: https://travis-ci.org/census-instrumentation/opencensus-proto.svg?branch=master
@@ -61,7 +61,7 @@ In WORKSPACE, add:
6161
git_repository(
6262
name = "io_opencensus_proto",
6363
strip_prefix = "src",
64-
tag = "v0.1.0", # CURRENT_OPENCENSUS_PROTO_VERSION
64+
tag = "v0.2.0", # CURRENT_OPENCENSUS_PROTO_VERSION
6565
remote = "https://github.com/census-instrumentation/opencensus-proto",
6666
)
6767
```

0 commit comments

Comments
 (0)