Skip to content

Commit

Permalink
♻️ 112
Browse files Browse the repository at this point in the history
  • Loading branch information
PlexPt committed Dec 12, 2022
1 parent 3a03570 commit 14d01c1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ maven
<dependency>
<groupId>com.github.plexpt</groupId>
<artifactId>chatgpt</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
</dependency>
```

gradle
```
implementation group: 'com.github.plexpt', name: 'chatgpt', version: '1.1.1'
implementation group: 'com.github.plexpt', name: 'chatgpt', version: '1.1.2'
```


Expand Down
4 changes: 2 additions & 2 deletions README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ maven
<dependency>
<groupId>com.github.plexpt</groupId>
<artifactId>chatgpt</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
</dependency>
```

gradle
```
implementation group: 'com.github.plexpt', name: 'chatgpt', version: '1.1.1'
implementation group: 'com.github.plexpt', name: 'chatgpt', version: '1.1.2'
```


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>com.github.plexpt</groupId>
<artifactId>chatgpt</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
<name>chatgpt-java</name>
<description>chatgpt-java</description>

Expand Down

0 comments on commit 14d01c1

Please sign in to comment.