Skip to content

Commit 3c8da93

Browse files
author
travis-ci
committed
Updating version in README files. [ci skip]
1 parent 076e5bf commit 3c8da93

File tree

11 files changed

+33
-33
lines changed

11 files changed

+33
-33
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@ If you are using Maven, add this to your pom.xml file
3434
<dependency>
3535
<groupId>com.google.cloud</groupId>
3636
<artifactId>gcloud-java</artifactId>
37-
<version>0.2.0</version>
37+
<version>0.2.1</version>
3838
</dependency>
3939
```
4040
If you are using Gradle, add this to your dependencies
4141
```Groovy
42-
compile 'com.google.cloud:gcloud-java:0.2.0'
42+
compile 'com.google.cloud:gcloud-java:0.2.1'
4343
```
4444
If you are using SBT, add this to your dependencies
4545
```Scala
46-
libraryDependencies += "com.google.cloud" % "gcloud-java" % "0.2.0"
46+
libraryDependencies += "com.google.cloud" % "gcloud-java" % "0.2.1"
4747
```
4848

4949
Example Applications

gcloud-java-bigquery/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ If you are using Maven, add this to your pom.xml file
2222
<dependency>
2323
<groupId>com.google.cloud</groupId>
2424
<artifactId>gcloud-java-bigquery</artifactId>
25-
<version>0.2.0</version>
25+
<version>0.2.1</version>
2626
</dependency>
2727
```
2828
If you are using Gradle, add this to your dependencies
2929
```Groovy
30-
compile 'com.google.cloud:gcloud-java-bigquery:0.2.0'
30+
compile 'com.google.cloud:gcloud-java-bigquery:0.2.1'
3131
```
3232
If you are using SBT, add this to your dependencies
3333
```Scala
34-
libraryDependencies += "com.google.cloud" % "gcloud-java-bigquery" % "0.2.0"
34+
libraryDependencies += "com.google.cloud" % "gcloud-java-bigquery" % "0.2.1"
3535
```
3636

3737
Example Application

gcloud-java-compute/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ If you are using Maven, add this to your pom.xml file
2222
<dependency>
2323
<groupId>com.google.cloud</groupId>
2424
<artifactId>gcloud-java-compute</artifactId>
25-
<version>0.2.0</version>
25+
<version>0.2.1</version>
2626
</dependency>
2727
```
2828
If you are using Gradle, add this to your dependencies
2929
```Groovy
30-
compile 'com.google.cloud:gcloud-java-compute:0.2.0'
30+
compile 'com.google.cloud:gcloud-java-compute:0.2.1'
3131
```
3232
If you are using SBT, add this to your dependencies
3333
```Scala
34-
libraryDependencies += "com.google.cloud" % "gcloud-java-compute" % "0.2.0"
34+
libraryDependencies += "com.google.cloud" % "gcloud-java-compute" % "0.2.1"
3535
```
3636

3737
Example Application

gcloud-java-contrib/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ If you are using Maven, add this to your pom.xml file
1616
<dependency>
1717
<groupId>com.google.cloud</groupId>
1818
<artifactId>gcloud-java-contrib</artifactId>
19-
<version>0.2.0</version>
19+
<version>0.2.1</version>
2020
</dependency>
2121
```
2222
If you are using Gradle, add this to your dependencies
2323
```Groovy
24-
compile 'com.google.cloud:gcloud-java-contrib:0.2.0'
24+
compile 'com.google.cloud:gcloud-java-contrib:0.2.1'
2525
```
2626
If you are using SBT, add this to your dependencies
2727
```Scala
28-
libraryDependencies += "com.google.cloud" % "gcloud-java-contrib" % "0.2.0"
28+
libraryDependencies += "com.google.cloud" % "gcloud-java-contrib" % "0.2.1"
2929
```
3030

3131
Java Versions

gcloud-java-core/README.md

+3-3
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.cloud</groupId>
2121
<artifactId>gcloud-java-core</artifactId>
22-
<version>0.2.0</version>
22+
<version>0.2.1</version>
2323
</dependency>
2424
```
2525
If you are using Gradle, add this to your dependencies
2626
```Groovy
27-
compile 'com.google.cloud:gcloud-java-core:0.2.0'
27+
compile 'com.google.cloud:gcloud-java-core:0.2.1'
2828
```
2929
If you are using SBT, add this to your dependencies
3030
```Scala
31-
libraryDependencies += "com.google.cloud" % "gcloud-java-core" % "0.2.0"
31+
libraryDependencies += "com.google.cloud" % "gcloud-java-core" % "0.2.1"
3232
```
3333

3434
Troubleshooting

gcloud-java-datastore/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ If you are using Maven, add this to your pom.xml file
2222
<dependency>
2323
<groupId>com.google.cloud</groupId>
2424
<artifactId>gcloud-java-datastore</artifactId>
25-
<version>0.2.0</version>
25+
<version>0.2.1</version>
2626
</dependency>
2727
```
2828
If you are using Gradle, add this to your dependencies
2929
```Groovy
30-
compile 'com.google.cloud:gcloud-java-datastore:0.2.0'
30+
compile 'com.google.cloud:gcloud-java-datastore:0.2.1'
3131
```
3232
If you are using SBT, add this to your dependencies
3333
```Scala
34-
libraryDependencies += "com.google.cloud" % "gcloud-java-datastore" % "0.2.0"
34+
libraryDependencies += "com.google.cloud" % "gcloud-java-datastore" % "0.2.1"
3535
```
3636

3737
Example Application

gcloud-java-dns/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ If you are using Maven, add this to your pom.xml file
2222
<dependency>
2323
<groupId>com.google.cloud</groupId>
2424
<artifactId>gcloud-java-dns</artifactId>
25-
<version>0.2.0</version>
25+
<version>0.2.1</version>
2626
</dependency>
2727
```
2828
If you are using Gradle, add this to your dependencies
2929
```Groovy
30-
compile 'com.google.cloud:gcloud-java-dns:0.2.0'
30+
compile 'com.google.cloud:gcloud-java-dns:0.2.1'
3131
```
3232
If you are using SBT, add this to your dependencies
3333
```Scala
34-
libraryDependencies += "com.google.cloud" % "gcloud-java-dns" % "0.2.0"
34+
libraryDependencies += "com.google.cloud" % "gcloud-java-dns" % "0.2.1"
3535
```
3636

3737
Example Application

gcloud-java-examples/README.md

+3-3
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.cloud</groupId>
2121
<artifactId>gcloud-java-examples</artifactId>
22-
<version>0.2.0</version>
22+
<version>0.2.1</version>
2323
</dependency>
2424
```
2525
If you are using Gradle, add this to your dependencies
2626
```Groovy
27-
compile 'com.google.cloud:gcloud-java-examples:0.2.0'
27+
compile 'com.google.cloud:gcloud-java-examples:0.2.1'
2828
```
2929
If you are using SBT, add this to your dependencies
3030
```Scala
31-
libraryDependencies += "com.google.cloud" % "gcloud-java-examples" % "0.2.0"
31+
libraryDependencies += "com.google.cloud" % "gcloud-java-examples" % "0.2.1"
3232
```
3333

3434
To run examples from your command line:

gcloud-java-resourcemanager/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ If you are using Maven, add this to your pom.xml file
2222
<dependency>
2323
<groupId>com.google.cloud</groupId>
2424
<artifactId>gcloud-java-resourcemanager</artifactId>
25-
<version>0.2.0</version>
25+
<version>0.2.1</version>
2626
</dependency>
2727
```
2828
If you are using Gradle, add this to your dependencies
2929
```Groovy
30-
compile 'com.google.cloud:gcloud-java-resourcemanager:0.2.0'
30+
compile 'com.google.cloud:gcloud-java-resourcemanager:0.2.1'
3131
```
3232
If you are using SBT, add this to your dependencies
3333
```Scala
34-
libraryDependencies += "com.google.cloud" % "gcloud-java-resourcemanager" % "0.2.0"
34+
libraryDependencies += "com.google.cloud" % "gcloud-java-resourcemanager" % "0.2.1"
3535
```
3636

3737
Example Application

gcloud-java-storage/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ If you are using Maven, add this to your pom.xml file
2222
<dependency>
2323
<groupId>com.google.cloud</groupId>
2424
<artifactId>gcloud-java-storage</artifactId>
25-
<version>0.2.0</version>
25+
<version>0.2.1</version>
2626
</dependency>
2727
```
2828
If you are using Gradle, add this to your dependencies
2929
```Groovy
30-
compile 'com.google.cloud:gcloud-java-storage:0.2.0'
30+
compile 'com.google.cloud:gcloud-java-storage:0.2.1'
3131
```
3232
If you are using SBT, add this to your dependencies
3333
```Scala
34-
libraryDependencies += "com.google.cloud" % "gcloud-java-storage" % "0.2.0"
34+
libraryDependencies += "com.google.cloud" % "gcloud-java-storage" % "0.2.1"
3535
```
3636

3737
Example Application

gcloud-java/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ If you are using Maven, add this to your pom.xml file
2727
<dependency>
2828
<groupId>com.google.cloud</groupId>
2929
<artifactId>gcloud-java</artifactId>
30-
<version>0.2.0</version>
30+
<version>0.2.1</version>
3131
</dependency>
3232
```
3333
If you are using Gradle, add this to your dependencies
3434
```Groovy
35-
compile 'com.google.cloud:gcloud-java:0.2.0'
35+
compile 'com.google.cloud:gcloud-java:0.2.1'
3636
```
3737
If you are using SBT, add this to your dependencies
3838
```Scala
39-
libraryDependencies += "com.google.cloud" % "gcloud-java" % "0.2.0"
39+
libraryDependencies += "com.google.cloud" % "gcloud-java" % "0.2.1"
4040
```
4141

4242
Troubleshooting

0 commit comments

Comments
 (0)