From d3a73c88eefedc6d6511e877858135d12df428ac Mon Sep 17 00:00:00 2001 From: Yang Song Date: Wed, 6 Dec 2017 14:29:12 -0800 Subject: Update versions for all README files (#888) --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'README.md') 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`: io.opencensus opencensus-api - 0.10.0 + 0.10.1 ``` 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`: io.opencensus opencensus-api - 0.10.0 + 0.10.1 io.opencensus opencensus-impl - 0.10.0 + 0.10.1 runtime @@ -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? -- cgit v1.2.3