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

Commit 0d80166

Browse files
chore: regenerate README
1 parent 3690732 commit 0d80166

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-monitoring.git",
7-
"sha": "f047185838aa5fb4a80e43354f0d34b313821339"
7+
"sha": "369073202f2fc389567a742cb5f897724d5d33c2"
88
}
99
},
1010
{

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ If you are using Maven without BOM, add this to your dependencies:
3939
<dependency>
4040
<groupId>com.google.cloud</groupId>
4141
<artifactId>google-cloud-monitoring</artifactId>
42-
<version>2.2.0</version>
42+
<version>2.2.1-SNAPSHOT</version>
4343
</dependency>
4444

4545
```
@@ -52,12 +52,12 @@ compile 'com.google.cloud:google-cloud-monitoring'
5252
```
5353
If you are using Gradle without BOM, add this to your dependencies
5454
```Groovy
55-
compile 'com.google.cloud:google-cloud-monitoring:2.1.0'
55+
compile 'com.google.cloud:google-cloud-monitoring:2.2.0'
5656
```
5757

5858
If you are using SBT, add this to your dependencies
5959
```Scala
60-
libraryDependencies += "com.google.cloud" % "google-cloud-monitoring" % "2.1.0"
60+
libraryDependencies += "com.google.cloud" % "google-cloud-monitoring" % "2.2.0"
6161
```
6262

6363
## Authentication

0 commit comments

Comments
 (0)