aboutsummaryrefslogtreecommitdiff
path: root/contrib/zpages/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/zpages/README.md')
-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 c0b0b0a0..3c8076c4 100644
--- a/contrib/zpages/README.md
+++ b/contrib/zpages/README.md
@@ -16,17 +16,17 @@ For Maven add to your `pom.xml`:
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-api</artifactId>
- <version>0.13.2</version>
+ <version>0.14.0</version>
</dependency>
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-contrib-zpages</artifactId>
- <version>0.13.2</version>
+ <version>0.14.0</version>
</dependency>
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-impl</artifactId>
- <version>0.13.2</version>
+ <version>0.14.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
@@ -34,9 +34,9 @@ For Maven add to your `pom.xml`:
For Gradle add to your dependencies:
```gradle
-compile 'io.opencensus:opencensus-api:0.13.2'
-compile 'io.opencensus:opencensus-contrib-zpages:0.13.2'
-runtime 'io.opencensus:opencensus-impl:0.13.2'
+compile 'io.opencensus:opencensus-api:0.14.0'
+compile 'io.opencensus:opencensus-contrib-zpages:0.14.0'
+runtime 'io.opencensus:opencensus-impl:0.14.0'
```
### Register the Z-Pages