aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorYang Song <songy23@users.noreply.github.com>2017-11-30 15:35:15 -0800
committerGitHub <noreply@github.com>2017-11-30 15:35:15 -0800
commit272ff92f6979b6779a9ab4184d95be13afd0eaa7 (patch)
tree2ec98fe560ce679895974c93cf1b2893e7599000 /contrib
parent639cbfffc883dba67db6a984b98ba97475513b0d (diff)
downloadplatform_external_opencensus-java-272ff92f6979b6779a9ab4184d95be13afd0eaa7.tar.gz
platform_external_opencensus-java-272ff92f6979b6779a9ab4184d95be13afd0eaa7.tar.bz2
platform_external_opencensus-java-272ff92f6979b6779a9ab4184d95be13afd0eaa7.zip
Update version in ZPage README (#857)
Diffstat (limited to 'contrib')
-rw-r--r--contrib/zpages/README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/contrib/zpages/README.md b/contrib/zpages/README.md
index d37ebb56..ee4683bf 100644
--- a/contrib/zpages/README.md
+++ b/contrib/zpages/README.md
@@ -14,17 +14,17 @@ For Maven add to your `pom.xml`:
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-api</artifactId>
- <version>0.8.0</version>
+ <version>0.9.1</version>
</dependency>
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-contrib-zpages</artifactId>
- <version>0.8.0</version>
+ <version>0.9.1</version>
</dependency>
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-impl</artifactId>
- <version>0.8.0</version>
+ <version>0.9.1</version>
<scope>runtime</scope>
</dependency>
</dependencies>
@@ -32,9 +32,9 @@ For Maven add to your `pom.xml`:
For Gradle add to your dependencies:
```gradle
-compile 'io.opencensus:opencensus-api:0.8.0'
-compile 'io.opencensus:opencensus-contrib-zpages:0.8.0'
-runtime 'io.opencensus:opencensus-impl:0.8.0'
+compile 'io.opencensus:opencensus-api:0.9.1'
+compile 'io.opencensus:opencensus-contrib-zpages:0.9.1'
+runtime 'io.opencensus:opencensus-impl:0.9.1'
```
### Register the Z-Pages