Skip to content

Commit 7438bc8

Browse files
chore: regenerate README (#309)
1 parent 3f15944 commit 7438bc8

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"sources": [
3+
{
4+
"git": {
5+
"name": ".",
6+
"remote": "https://github.com/googleapis/java-pubsublite.git",
7+
"sha": "ed9d961aa7b79c18eb877a69203b042b0cebae86"
8+
}
9+
},
10+
{
11+
"git": {
12+
"name": "synthtool",
13+
"remote": "https://github.com/googleapis/synthtool.git",
14+
"sha": "6abb59097be84599a1d6091fe534a49e5c5cf948"
15+
}
16+
}
17+
]
18+
}

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,16 @@ If you are using Maven, add this to your pom.xml file:
2020
<dependency>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>google-cloud-pubsublite</artifactId>
23-
<version>0.4.0</version>
23+
<version>0.4.1</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>com.google.cloud</groupId>
2727
<artifactId>google-cloud-pubsub</artifactId>
28-
<version>1.108.1</version>
28+
<version>1.108.4</version>
2929
</dependency>
3030

3131
```
3232

33-
[//]: # ({x-version-update-start:google-cloud-pubsublite:released})
34-
3533
If you are using Gradle, add this to your dependencies
3634
```Groovy
3735
compile 'com.google.cloud:google-cloud-pubsublite:0.5.0'
@@ -40,7 +38,6 @@ If you are using SBT, add this to your dependencies
4038
```Scala
4139
libraryDependencies += "com.google.cloud" % "google-cloud-pubsublite" % "0.5.0"
4240
```
43-
[//]: # ({x-version-update-end})
4441

4542
## Authentication
4643

0 commit comments

Comments
 (0)