Skip to content

Commit

Permalink
upgrade to 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
HamaWhiteGG committed Jul 13, 2023
1 parent ce08a2d commit 3550f42
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Prerequisites for building:
<dependency>
<groupId>io.github.hamawhitegg</groupId>
<artifactId>langchain-core</artifactId>
<version>0.1.8</version>
<version>0.1.9</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion langchain-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.hamawhitegg</groupId>
<artifactId>langchain-java</artifactId>
<version>0.1.8</version>
<version>0.1.9</version>
</parent>

<artifactId>langchain-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion langchain-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.hamawhitegg</groupId>
<artifactId>langchain-java</artifactId>
<version>0.1.8</version>
<version>0.1.9</version>
</parent>

<artifactId>langchain-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion langchain-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.hamawhitegg</groupId>
<artifactId>langchain-java</artifactId>
<version>0.1.8</version>
<version>0.1.9</version>
</parent>

<artifactId>langchain-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion langchain-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.hamawhitegg</groupId>
<artifactId>langchain-java</artifactId>
<version>0.1.8</version>
<version>0.1.9</version>
</parent>

<artifactId>langchain-web</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion openai-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.hamawhitegg</groupId>
<artifactId>langchain-java</artifactId>
<version>0.1.8</version>
<version>0.1.9</version>
</parent>

<artifactId>openai-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pinecone-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.hamawhitegg</groupId>
<artifactId>langchain-java</artifactId>
<version>0.1.8</version>
<version>0.1.9</version>
</parent>

<artifactId>pinecone-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.github.hamawhitegg</groupId>
<artifactId>langchain-java</artifactId>
<version>0.1.8</version>
<version>0.1.9</version>
<packaging>pom</packaging>
<name>langchain-java</name>
<description>This is the Java language implementation of LangChain.</description>
Expand Down
2 changes: 1 addition & 1 deletion serpapi-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.hamawhitegg</groupId>
<artifactId>langchain-java</artifactId>
<version>0.1.8</version>
<version>0.1.9</version>
</parent>

<artifactId>serpapi-client</artifactId>
Expand Down

0 comments on commit 3550f42

Please sign in to comment.