aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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 d0189efa..346a0175 100644
--- a/README.md
+++ b/README.md
@@ -26,14 +26,14 @@ For Maven add to your `pom.xml`:
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-api</artifactId>
- <version>0.7.0</version>
+ <version>0.8.0</version>
</dependency>
</dependencies>
```
For Gradle add to your dependencies:
```gradle
-compile 'io.opencensus:opencensus-api:0.7.0'
+compile 'io.opencensus:opencensus-api:0.8.0'
```
### Hello "OpenCensus" trace events
@@ -84,12 +84,12 @@ For Maven add to your `pom.xml`:
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-api</artifactId>
- <version>0.7.0</version>
+ <version>0.8.0</version>
</dependency>
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-impl</artifactId>
- <version>0.7.0</version>
+ <version>0.8.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
@@ -97,8 +97,8 @@ For Maven add to your `pom.xml`:
For Gradle add to your dependencies:
```gradle
-compile 'io.opencensus:opencensus-api:0.7.0'
-runtime 'io.opencensus:opencensus-impl:0.7.0'
+compile 'io.opencensus:opencensus-api:0.8.0'
+runtime 'io.opencensus:opencensus-impl:0.8.0'
```
### How to setup exporters?