diff options
| author | Yang Song <songy23@users.noreply.github.com> | 2018-05-02 21:37:21 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-02 21:37:21 -0700 |
| commit | 5adfbbd8892d8092fc58e61b3c80ce63175eeb90 (patch) | |
| tree | 9d32549ff02379c0a2ba88c32d1f969482f1c21d /README.md | |
| parent | 773c7638f448bdb6d33d1c30bc8ec4ba5450da18 (diff) | |
| download | platform_external_opencensus-java-5adfbbd8892d8092fc58e61b3c80ce63175eeb90.tar.gz platform_external_opencensus-java-5adfbbd8892d8092fc58e61b3c80ce63175eeb90.tar.bz2 platform_external_opencensus-java-5adfbbd8892d8092fc58e61b3c80ce63175eeb90.zip | |
Update release versions for all readme and build files. (#1178)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -29,14 +29,14 @@ For Maven add to your `pom.xml`: <dependency> <groupId>io.opencensus</groupId> <artifactId>opencensus-api</artifactId> - <version>0.13.0</version> + <version>0.13.1</version> </dependency> </dependencies> ``` For Gradle add to your dependencies: ```gradle -compile 'io.opencensus:opencensus-api:0.13.0' +compile 'io.opencensus:opencensus-api:0.13.1' ``` ### 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.13.0</version> + <version>0.13.1</version> </dependency> <dependency> <groupId>io.opencensus</groupId> <artifactId>opencensus-impl</artifactId> - <version>0.13.0</version> + <version>0.13.1</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.13.0' -runtime 'io.opencensus:opencensus-impl:0.13.0' +compile 'io.opencensus:opencensus-api:0.13.1' +runtime 'io.opencensus:opencensus-impl:0.13.1' ``` ### How to setup exporters? |
