aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYang Song <songy23@users.noreply.github.com>2018-04-27 22:47:42 -0700
committerGitHub <noreply@github.com>2018-04-27 22:47:42 -0700
commit6de797b05bbf837e81f654d2492b3d2e98b5c052 (patch)
tree3066a63da1cbc6bc8514f5e12fb5a04680330860 /README.md
parent1cc5554f32b8c95625071b292e2e3bdca27acc90 (diff)
downloadopencensus-java-6de797b05bbf837e81f654d2492b3d2e98b5c052.tar.gz
Update release versions for readme and build files. (#1160)
Update release versions for readme and build files.
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 7b36a392..662c1768 100644
--- a/README.md
+++ b/README.md
@@ -29,14 +29,14 @@ For Maven add to your `pom.xml`:
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-api</artifactId>
- <version>0.12.3</version>
+ <version>0.13.0</version>
</dependency>
</dependencies>
```
For Gradle add to your dependencies:
```gradle
-compile 'io.opencensus:opencensus-api:0.12.3'
+compile 'io.opencensus:opencensus-api:0.13.0'
```
### Hello "OpenCensus" trace events
@@ -156,12 +156,12 @@ For Maven add to your `pom.xml`:
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-api</artifactId>
- <version>0.12.3</version>
+ <version>0.13.0</version>
</dependency>
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-impl</artifactId>
- <version>0.12.3</version>
+ <version>0.13.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
@@ -169,8 +169,8 @@ For Maven add to your `pom.xml`:
For Gradle add to your dependencies:
```gradle
-compile 'io.opencensus:opencensus-api:0.12.3'
-runtime 'io.opencensus:opencensus-impl:0.12.3'
+compile 'io.opencensus:opencensus-api:0.13.0'
+runtime 'io.opencensus:opencensus-impl:0.13.0'
```
### How to setup exporters?