diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index d9f81f3f..fa170c0a 100644 --- a/.github/readme/synth.metadata/synth.metadata +++ b/.github/readme/synth.metadata/synth.metadata @@ -4,14 +4,14 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-grafeas.git", - "sha": "331909a19f01d0d7fa5bcb29716f9741c2b91ab0" + "sha": "21f11c1baefa1d03f681c768a5514417f2a408b6" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "4f4b1b9b8d8b52f1e9e4a76165896debce5ab7f1" + "sha": "8eae0234a16b26c2ff616d305dbd9786c8b10a47" } } ] diff --git a/README.md b/README.md index 4702ed60..abc5f0cd 100644 --- a/README.md +++ b/README.md @@ -17,18 +17,18 @@ If you are using Maven, add this to your pom.xml file: io.grafeas grafeas - 1.1.5 + 1.2.0 ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'io.grafeas:grafeas:1.1.5' +compile 'io.grafeas:grafeas:1.2.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "io.grafeas" % "grafeas" % "1.1.5" +libraryDependencies += "io.grafeas" % "grafeas" % "1.2.0" ``` ## Authentication