Skip to content

Commit 938b22a

Browse files
chore: fix docs/templates to reflect the response from RA Web API (#20)
* docs: update template for latest response * docs: change version
1 parent d03990b commit 938b22a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

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.6</version>
9+
<version>1.0.7</version>
1010

1111
<dependencyManagement>
1212
<dependencies>
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
[
2-
{ "ID": 1, "Name": "Mega Drive", "IconURL": "https://static.retroachievements.org/assets/images/system/md.png" }
2+
{
3+
"ID": 1,
4+
"Name": "Mega Drive",
5+
"IconURL": "https://static.retroachievements.org/assets/images/system/md.png",
6+
"Active": true,
7+
"IsGameSystem": true
8+
}
39
]

0 commit comments

Comments
 (0)