diff --git a/README.md b/README.md index ab750fc4..34fd0849 100644 --- a/README.md +++ b/README.md @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-game-servers - 2.1.0 + 2.1.1 ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.cloud:google-cloud-game-servers:2.1.0' +implementation 'com.google.cloud:google-cloud-game-servers:2.1.1' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-game-servers" % "2.1.0" +libraryDependencies += "com.google.cloud" % "google-cloud-game-servers" % "2.1.1" ``` ## Authentication diff --git a/google-cloud-game-servers-bom/pom.xml b/google-cloud-game-servers-bom/pom.xml index ce8a0973..3a20885c 100644 --- a/google-cloud-game-servers-bom/pom.xml +++ b/google-cloud-game-servers-bom/pom.xml @@ -8,7 +8,7 @@ com.google.cloud google-cloud-shared-config - 1.0.2 + 1.0.3 Google Cloud Game Services BOM diff --git a/pom.xml b/pom.xml index 20c90944..e4bc2f87 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ com.google.cloud google-cloud-shared-config - 1.0.2 + 1.0.3