Skip to content

Commit f84b701

Browse files
committed
update readme text for 1.1.1
1 parent 8a0247c commit f84b701

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![GitHub last commit](https://img.shields.io/github/last-commit/jetkai/openai-for-java)
44
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/jetkai/openai-for-java/main.yml)
5-
![GitHub tag checks state](https://img.shields.io/github/checks-status/jetkai/openai-for-java/1.1.0)
5+
![GitHub tag checks state](https://img.shields.io/github/checks-status/jetkai/openai-for-java/1.1.1)
66
![GitHub deployments](https://img.shields.io/github/deployments/jetkai/openai-for-java/openai-for-java?label=deployment)
77
[![codecov](https://codecov.io/gh/jetkai/openai-for-java/branch/main/graph/badge.svg?token=2E96DBLLN0)](https://codecov.io/gh/jetkai/openai-for-java)
88
![GitHub issues](https://img.shields.io/github/issues/jetkai/openai-for-java)
@@ -32,21 +32,21 @@
3232
- Java 11 [JDK](https://developers.redhat.com/content-gateway/file/openjdk/11.0.18/java-11-openjdk-11.0.18.10-1.windows.redhat.x86_64.msi)
3333
- An OpenAI [API Key](https://platform.openai.com/account/api-keys)
3434

35-
## Release `1.1.0`
35+
## Release `1.1.1`
3636

3737
> The dependencies I am using for this project are [`jackson-databind`](https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind) for JSON parsing, [`junit-jupiter`](https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api) for testing and [`jacoco`](https://mvnrepository.com/artifact/org.jacoco/jacoco-maven-plugin) for reporting.
3838
3939
```xml
4040
<dependency>
4141
<groupId>io.github.jetkai</groupId>
4242
<artifactId>openai</artifactId>
43-
<version>1.1.0</version>
43+
<version>1.1.1</version>
4444
</dependency>
4545
```
4646

4747
| Binary `(Recommended)` | Binary `(Excluding Dependencies)` | JavaDoc | Sources |
4848
|---------------------------------------------------------------------------------------------- |------------------------------------------------------------------------------------------------------- |------------------------------------------------------------------------------------------------------ |------------------------------------------------------------------------------------------------------ |
49-
| > [Download](https://github.com/jetkai/openai-for-java/releases/download/1.1.0/openai.jar) < | > [Download](https://github.com/jetkai/openai-for-java/releases/download/1.1.0/openai-excldeps.jar) < | > [Download](https://github.com/jetkai/openai-for-java/releases/download/1.1.0/openai-javadoc.jar) < | > [Download](https://github.com/jetkai/openai-for-java/releases/download/1.1.0/openai-sources.jar) < |
49+
| > [Download](https://github.com/jetkai/openai-for-java/releases/download/1.1.1/openai.jar) < | > [Download](https://github.com/jetkai/openai-for-java/releases/download/1.1.1/openai-excldeps.jar) < | > [Download](https://github.com/jetkai/openai-for-java/releases/download/1.1.1/openai-javadoc.jar) < | > [Download](https://github.com/jetkai/openai-for-java/releases/download/1.1.1/openai-sources.jar) < |
5050

5151
## Available API(s) `March 2023`
5252

0 commit comments

Comments
 (0)