Skip to content

Commit

Permalink
Merge pull request HamaWhiteGG#143 from HamaWhiteGG/dev
Browse files Browse the repository at this point in the history
Update the version in the README.md
  • Loading branch information
HamaWhiteGG authored Dec 5, 2023
2 parents 59d5156 + 9965a78 commit 7869715
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Prerequisites for building:
<dependency>
<groupId>io.github.hamawhitegg</groupId>
<artifactId>langchain-core</artifactId>
<version>0.2.0</version>
<version>0.2.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion openai-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Java libraries for using OpenAI's GPT APIS.
<dependency>
<groupId>io.github.hamawhitegg</groupId>
<artifactId>openai-client</artifactId>
<version>0.2.0</version>
<version>0.2.1</version>
</dependency>
```
* Java 17 or later
Expand Down

0 comments on commit 7869715

Please sign in to comment.