diff options
| author | Yang Song <songy23@users.noreply.github.com> | 2018-08-28 19:27:24 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-28 19:27:24 -0700 |
| commit | b25e66b7e1525e6bda3f5adbd3239035f1a2a35c (patch) | |
| tree | b2ee3502e34bdd29a13c61a7ab736586f7026524 /README.md | |
| parent | ad8db2a098e1342185137662b1f5ea91aa7d2644 (diff) | |
| download | platform_external_opencensus-java-b25e66b7e1525e6bda3f5adbd3239035f1a2a35c.tar.gz platform_external_opencensus-java-b25e66b7e1525e6bda3f5adbd3239035f1a2a35c.tar.bz2 platform_external_opencensus-java-b25e66b7e1525e6bda3f5adbd3239035f1a2a35c.zip | |
Update release versions for all readme and build files. (#1398)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -31,14 +31,14 @@ For Maven add to your `pom.xml`: <dependency> <groupId>io.opencensus</groupId> <artifactId>opencensus-api</artifactId> - <version>0.15.0</version> + <version>0.15.1</version> </dependency> </dependencies> ``` For Gradle add to your dependencies: ```gradle -compile 'io.opencensus:opencensus-api:0.15.0' +compile 'io.opencensus:opencensus-api:0.15.1' ``` For Bazel add the following lines to the WORKSPACE file: @@ -198,12 +198,12 @@ For Maven add to your `pom.xml`: <dependency> <groupId>io.opencensus</groupId> <artifactId>opencensus-api</artifactId> - <version>0.15.0</version> + <version>0.15.1</version> </dependency> <dependency> <groupId>io.opencensus</groupId> <artifactId>opencensus-impl</artifactId> - <version>0.15.0</version> + <version>0.15.1</version> <scope>runtime</scope> </dependency> </dependencies> @@ -211,8 +211,8 @@ For Maven add to your `pom.xml`: For Gradle add to your dependencies: ```gradle -compile 'io.opencensus:opencensus-api:0.15.0' -runtime 'io.opencensus:opencensus-impl:0.15.0' +compile 'io.opencensus:opencensus-api:0.15.1' +runtime 'io.opencensus:opencensus-impl:0.15.1' ``` For Bazel add the following lines to the WORKSPACE file: |
