Skip to content

Commit d3ea0c8

Browse files
author
travis-ci
committed
Updating version in README files. [ci skip]
1 parent e028a77 commit d3ea0c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

java-core/google-cloud-core/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ If you are using Maven, add this to your pom.xml file
1919
<dependency>
2020
<groupId>com.google.gcloud</groupId>
2121
<artifactId>gcloud-java-core</artifactId>
22-
<version>0.1.5</version>
22+
<version>0.1.6</version>
2323
</dependency>
2424
```
2525
If you are using Gradle, add this to your dependencies
2626
```Groovy
27-
compile 'com.google.gcloud:gcloud-java-core:0.1.5'
27+
compile 'com.google.gcloud:gcloud-java-core:0.1.6'
2828
```
2929
If you are using SBT, add this to your dependencies
3030
```Scala
31-
libraryDependencies += "com.google.gcloud" % "gcloud-java-core" % "0.1.5"
31+
libraryDependencies += "com.google.gcloud" % "gcloud-java-core" % "0.1.6"
3232
```
3333

3434
Troubleshooting

0 commit comments

Comments
 (0)