aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYang Song <songy23@users.noreply.github.com>2017-12-06 14:29:12 -0800
committerGitHub <noreply@github.com>2017-12-06 14:29:12 -0800
commitd3a73c88eefedc6d6511e877858135d12df428ac (patch)
tree8ec004cfed18d52c01866bcfddf2129d16836ac9 /README.md
parent0e5897ce4b4b168c11be1de6e493e992d2391b81 (diff)
downloadopencensus-java-d3a73c88eefedc6d6511e877858135d12df428ac.tar.gz
Update versions for all README files (#888)
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 edd06400..4ff38894 100644
--- a/README.md
+++ b/README.md
@@ -27,14 +27,14 @@ For Maven add to your `pom.xml`:
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-api</artifactId>
- <version>0.10.0</version>
+ <version>0.10.1</version>
</dependency>
</dependencies>
```
For Gradle add to your dependencies:
```gradle
-compile 'io.opencensus:opencensus-api:0.10.0'
+compile 'io.opencensus:opencensus-api:0.10.1'
```
### Hello "OpenCensus" trace events
@@ -85,12 +85,12 @@ For Maven add to your `pom.xml`:
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-api</artifactId>
- <version>0.10.0</version>
+ <version>0.10.1</version>
</dependency>
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-impl</artifactId>
- <version>0.10.0</version>
+ <version>0.10.1</version>
<scope>runtime</scope>
</dependency>
</dependencies>
@@ -98,8 +98,8 @@ For Maven add to your `pom.xml`:
For Gradle add to your dependencies:
```gradle
-compile 'io.opencensus:opencensus-api:0.10.0'
-runtime 'io.opencensus:opencensus-impl:0.10.0'
+compile 'io.opencensus:opencensus-api:0.10.1'
+runtime 'io.opencensus:opencensus-impl:0.10.1'
```
### How to setup exporters?