Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 1e39669

Browse files
chore: regenerate README (#501)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-06-03 15:29:24,073 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-datalabeling/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-06-03 15:29:25,253 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/a544432c-13ff-4ef2-9665-4e02e2492f05/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent bfa9e5a commit 1e39669

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/readme/synth.metadata/synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-datalabeling.git",
7-
"sha": "90c56bccd0ac754e4c92bf9a0033d1ab7f0a838e"
7+
"sha": "bfa9e5aacd16caea968d0a4bccb760da0278b11b"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "c3e41da0fa256ad7f6b4bc76b9d069dedecdfef4"
14+
"sha": "811d20bc0b00c09773dfc74ac2baaf1286e943b7"
1515
}
1616
}
1717
]

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ If you are using Maven without BOM, add this to your dependencies:
4141
<dependency>
4242
<groupId>com.google.cloud</groupId>
4343
<artifactId>google-cloud-datalabeling</artifactId>
44-
<version>0.119.16</version>
44+
<version>0.120.0</version>
4545
</dependency>
4646

4747
```
@@ -54,12 +54,12 @@ compile 'com.google.cloud:google-cloud-datalabeling'
5454
```
5555
If you are using Gradle without BOM, add this to your dependencies
5656
```Groovy
57-
compile 'com.google.cloud:google-cloud-datalabeling:0.119.16'
57+
compile 'com.google.cloud:google-cloud-datalabeling:0.120.0'
5858
```
5959

6060
If you are using SBT, add this to your dependencies
6161
```Scala
62-
libraryDependencies += "com.google.cloud" % "google-cloud-datalabeling" % "0.119.16"
62+
libraryDependencies += "com.google.cloud" % "google-cloud-datalabeling" % "0.120.0"
6363
```
6464

6565
## Authentication

0 commit comments

Comments
 (0)