Skip to content

Commit d994ae8

Browse files
chore: v0.3.0 Maven central release (#25)
1 parent 6216d69 commit d994ae8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/docs-site/docs/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ with Maven project in `pom.xml`
4141
<dependency>
4242
<groupId>io.github.ganeshsivakumar</groupId>
4343
<artifactId>langchain-beam</artifactId>
44-
<version>0.2.0</version>
44+
<version>0.3.0</version>
4545
</dependency>
4646
```
4747

langchain-beam/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.ganeshsivakumar</groupId>
88
<artifactId>langchain-beam</artifactId>
9-
<version>0.2.0</version>
9+
<version>0.3.0</version>
1010
<packaging>jar</packaging>
1111

1212
<name>langchain-beam</name>

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Additionally, ensure you have the required Apache Beam dependencies in your proj
2020
<dependency>
2121
<groupId>io.github.ganeshsivakumar</groupId>
2222
<artifactId>langchain-beam</artifactId>
23-
<version>0.2.0</version>
23+
<version>0.3.0</version>
2424
</dependency>
2525
```
2626

0 commit comments

Comments
 (0)