Skip to content

Commit 8e3e316

Browse files
Update README.md (#56)
1 parent d3aee0e commit 8e3e316

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ If you are using Maven, add this to your pom.xml file
1616
<dependency>
1717
<groupId>com.google.cloud</groupId>
1818
<artifactId>google-cloud-pubsublite</artifactId>
19-
<version>0.0.0</version>
19+
<version>0.1.2</version>
2020
</dependency>
2121
```
2222
If you are using Gradle, add this to your dependencies
2323
```Groovy
24-
compile 'com.google.cloud:google-cloud-pubsublite:0.0.0'
24+
compile 'com.google.cloud:google-cloud-pubsublite:0.1.2'
2525
```
2626
If you are using SBT, add this to your dependencies
2727
```Scala
28-
libraryDependencies += "com.google.cloud" % "google-cloud-pubsublite" % "0.0.0"
28+
libraryDependencies += "com.google.cloud" % "google-cloud-pubsublite" % "0.1.2"
2929
```
3030
[//]: # ({x-version-update-end})
3131

0 commit comments

Comments
 (0)