diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 4b933e51..805092df 100644 --- a/.github/readme/synth.metadata/synth.metadata +++ b/.github/readme/synth.metadata/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-monitoring.git", - "sha": "f047185838aa5fb4a80e43354f0d34b313821339" + "sha": "369073202f2fc389567a742cb5f897724d5d33c2" } }, { diff --git a/README.md b/README.md index 8c8f5604..f08f879c 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-monitoring - 2.2.0 + 2.2.1-SNAPSHOT ``` @@ -52,12 +52,12 @@ compile 'com.google.cloud:google-cloud-monitoring' ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-monitoring:2.1.0' +compile 'com.google.cloud:google-cloud-monitoring:2.2.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-monitoring" % "2.1.0" +libraryDependencies += "com.google.cloud" % "google-cloud-monitoring" % "2.2.0" ``` ## Authentication