aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorYang Song <songy23@users.noreply.github.com>2018-08-28 19:27:24 -0700
committerGitHub <noreply@github.com>2018-08-28 19:27:24 -0700
commitb25e66b7e1525e6bda3f5adbd3239035f1a2a35c (patch)
treeb2ee3502e34bdd29a13c61a7ab736586f7026524 /README.md
parentad8db2a098e1342185137662b1f5ea91aa7d2644 (diff)
downloadplatform_external_opencensus-java-b25e66b7e1525e6bda3f5adbd3239035f1a2a35c.tar.gz
platform_external_opencensus-java-b25e66b7e1525e6bda3f5adbd3239035f1a2a35c.tar.bz2
platform_external_opencensus-java-b25e66b7e1525e6bda3f5adbd3239035f1a2a35c.zip
Update release versions for all readme and build files. (#1398)
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 1965b80f..fba8184e 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.15.0</version>
+ <version>0.15.1</version>
</dependency>
</dependencies>
```
For Gradle add to your dependencies:
```gradle
-compile 'io.opencensus:opencensus-api:0.15.0'
+compile 'io.opencensus:opencensus-api:0.15.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.15.0</version>
+ <version>0.15.1</version>
</dependency>
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-impl</artifactId>
- <version>0.15.0</version>
+ <version>0.15.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.15.0'
-runtime 'io.opencensus:opencensus-impl:0.15.0'
+compile 'io.opencensus:opencensus-api:0.15.1'
+runtime 'io.opencensus:opencensus-impl:0.15.1'
```
For Bazel add the following lines to the WORKSPACE file: