aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorsebright <sebright@google.com>2018-09-18 12:04:27 -0700
committerGitHub <noreply@github.com>2018-09-18 12:04:27 -0700
commita5d2739b4fbbfcd0da61ef2f179ba6044d2d04a2 (patch)
treee522acfe6a4136de9ae92954364d979be61e86e1 /README.md
parentc78686d8ffb058723ebedda040ca5efd860aefe5 (diff)
downloadopencensus-java-a5d2739b4fbbfcd0da61ef2f179ba6044d2d04a2.tar.gz
Update release versions for all readme and build files. (#1452)
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 940130a6..0859e7db 100644
--- a/README.md
+++ b/README.md
@@ -31,14 +31,14 @@ For Maven add to your `pom.xml`:
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-api</artifactId>
- <version>0.16.0</version>
+ <version>0.16.1</version>
</dependency>
</dependencies>
```
For Gradle add to your dependencies:
```gradle
-compile 'io.opencensus:opencensus-api:0.16.0'
+compile 'io.opencensus:opencensus-api:0.16.1'
```
For Bazel add the following lines to the WORKSPACE file:
@@ -198,12 +198,12 @@ For Maven add to your `pom.xml`:
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-api</artifactId>
- <version>0.16.0</version>
+ <version>0.16.1</version>
</dependency>
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-impl</artifactId>
- <version>0.16.0</version>
+ <version>0.16.1</version>
<scope>runtime</scope>
</dependency>
</dependencies>
@@ -211,8 +211,8 @@ For Maven add to your `pom.xml`:
For Gradle add to your dependencies:
```gradle
-compile 'io.opencensus:opencensus-api:0.16.0'
-runtime 'io.opencensus:opencensus-impl:0.16.0'
+compile 'io.opencensus:opencensus-api:0.16.1'
+runtime 'io.opencensus:opencensus-impl:0.16.1'
```
For Bazel add the following lines to the WORKSPACE file: