File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -63,13 +63,13 @@ maven
6363<dependency>
6464 <groupId>com.github.plexpt</groupId>
6565 <artifactId>chatgpt</artifactId>
66- <version>1.1.1 </version>
66+ <version>1.1.2 </version>
6767</dependency>
6868```
6969
7070gradle
7171```
72- implementation group: 'com.github.plexpt', name: 'chatgpt', version: '1.1.1 '
72+ implementation group: 'com.github.plexpt', name: 'chatgpt', version: '1.1.2 '
7373```
7474
7575
Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ maven
2626<dependency>
2727 <groupId>com.github.plexpt</groupId>
2828 <artifactId>chatgpt</artifactId>
29- <version>1.1.1 </version>
29+ <version>1.1.2 </version>
3030</dependency>
3131```
3232
3333gradle
3434```
35- implementation group: 'com.github.plexpt', name: 'chatgpt', version: '1.1.1 '
35+ implementation group: 'com.github.plexpt', name: 'chatgpt', version: '1.1.2 '
3636```
3737
3838
Original file line number Diff line number Diff line change 55
66 <groupId >com.github.plexpt</groupId >
77 <artifactId >chatgpt</artifactId >
8- <version >1.1.1 </version >
8+ <version >1.1.2 </version >
99 <name >chatgpt-java</name >
1010 <description >chatgpt-java</description >
1111
You can’t perform that action at this time.
0 commit comments