File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Add the following dependency to the dependencies section of your project's `pom.
1818 <dependency>
1919 <groupId>io.github.sornerol</groupId>
2020 <artifactId>chesscom-pubapi-wrapper</artifactId>
21- <version>1.7.3 </version>
21+ <version>1.7.4 </version>
2222 </dependency>
2323</dependencies
2424```
@@ -27,7 +27,7 @@ Add the following dependency to the dependencies section of your project's `buil
2727```
2828dependencies {
2929 // other project dependencies...
30- implementation 'io.github.sornerol:chesscom-pubapi-wrapper:1.7.3 '
30+ implementation 'io.github.sornerol:chesscom-pubapi-wrapper:1.7.4 '
3131}
3232```
3333
Original file line number Diff line number Diff line change 66
77 <groupId >io.github.sornerol</groupId >
88 <artifactId >chesscom-pubapi-wrapper</artifactId >
9- <version >1.7.3 </version >
9+ <version >1.7.4 </version >
1010 <packaging >jar</packaging >
1111
1212 <name >${project.groupId} :${project.artifactId} </name >
You can’t perform that action at this time.
0 commit comments