Skip to content

Commit 5eef903

Browse files
docs: bump version in PubsubLiteIO readme (#665)
1 parent d9e265b commit 5eef903

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pubsublite-beam-io/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ into the allowlist and launch the pipeline with `--experiments=use_runner_v2`.
99
<dependency>
1010
<groupId>com.google.cloud</groupId>
1111
<artifactId>pubsublite-beam-io</artifactId>
12-
<version>0.13.1</version>
12+
<version>0.14.2</version>
1313
</dependency>
1414
```
1515
1. Create a topic using [`gcloud pubsub lite-topics create`](https://cloud.google.com/sdk/gcloud/reference/pubsub/lite-topics/create)
@@ -84,4 +84,4 @@ into the allowlist and launch the pipeline with `--experiments=use_runner_v2`.
8484

8585
1. Aggregate transforms after fixed windowing will not emit elements in the
8686
DirectRunner for Pub/Sub Lite I/O unless you explicitly fire after watermark
87-
triggers, or use processing-time triggers instead.
87+
triggers, or use processing-time triggers instead.

0 commit comments

Comments
 (0)