Skip to content

Commit

Permalink
Update the version in the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HamaWhiteGG committed Dec 5, 2023
1 parent e1a393a commit 9965a78
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 9965a78

Please sign in to comment.