Skip to content

Commit 8d4dccd

Browse files
chore: update version to 1.0.1 (#3)
* feat(GetConsoleID): Add support for new variable 'IconURL' in request introduced in @RetroAchievements/RAWeb/pull/2264 * chore: Update version number to 1.0.1 Preparing for release 1.0.1 with the introduction of GetConsoleID introducing IconURL as a value
1 parent bc3bea7 commit 8d4dccd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Then add this `api-kotlin` dependency to your `pom.xml` project!
2626
<dependency>
2727
<groupId>com.github.RetroAchievements</groupId>
2828
<artifactId>api-kotlin</artifactId>
29-
<version>1.0.0</version>
29+
<version>1.0.1</version>
3030
</dependency>
3131
```
3232

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.retroachievements</groupId>
88
<artifactId>api-kotlin</artifactId>
9-
<version>1.0.0</version>
9+
<version>1.0.1</version>
1010

1111
<dependencyManagement>
1212
<dependencies>

0 commit comments

Comments
 (0)