diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata new file mode 100644 index 0000000..0210456 --- /dev/null +++ b/.github/readme/synth.metadata/synth.metadata @@ -0,0 +1,18 @@ +{ + "sources": [ + { + "git": { + "name": ".", + "remote": "https://github.com/googleapis/java-policy-troubleshooter.git", + "sha": "a3856754fcc780fd452f21a0e02180de4ffbe04d" + } + }, + { + "git": { + "name": "synthtool", + "remote": "https://github.com/googleapis/synthtool.git", + "sha": "ff6b759fcb58f216f62b48d5be0bb85fafbc3bb2" + } + } + ] +} \ No newline at end of file diff --git a/README.md b/README.md index 3e0b8ec..d32d516 100644 --- a/README.md +++ b/README.md @@ -20,18 +20,18 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-policy-troubleshooter - 0.0.0 + 0.1.1 ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-policy-troubleshooter:0.0.0' +compile 'com.google.cloud:google-cloud-policy-troubleshooter:0.1.1' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-policy-troubleshooter" % "0.0.0" +libraryDependencies += "com.google.cloud" % "google-cloud-policy-troubleshooter" % "0.1.1" ``` ## Authentication