diff --git a/README.md b/README.md index a010939fa..021540a8e 100644 --- a/README.md +++ b/README.md @@ -57,13 +57,13 @@ compile 'com.google.cloud:google-cloud-asset' If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-asset:3.0.0' +compile 'com.google.cloud:google-cloud-asset:3.0.1' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-asset" % "3.0.0" +libraryDependencies += "com.google.cloud" % "google-cloud-asset" % "3.0.1" ``` ## Authentication diff --git a/pom.xml b/pom.xml index c007047aa..5a940cc1d 100644 --- a/pom.xml +++ b/pom.xml @@ -168,7 +168,7 @@ com.google.cloud google-cloud-resourcemanager - 1.0.1 + 1.0.2 test diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 2ada04bef..b717d2ccf 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -59,7 +59,7 @@ com.google.cloud google-cloud-resourcemanager - 1.0.1 + 1.0.2 test diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 95c3880d8..6c0b70425 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -58,7 +58,7 @@ com.google.cloud google-cloud-resourcemanager - 1.0.1 + 1.0.2 test