Skip to content

Commit

Permalink
chore: change GuideUrl to GuideURL for proper serialization (#32)
Browse files Browse the repository at this point in the history
* chore: fix nullable "released" field

* version change

* chore: serialized name changed from GuideUrl to GuideURL for proper serialization

* version change
  • Loading branch information
official-wizard authored Aug 31, 2024
1 parent b91b4cf commit a67af0a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.retroachievements</groupId>
<artifactId>api-kotlin</artifactId>
<version>1.0.11</version>
<version>1.0.12</version>

<dependencyManagement>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class GetGameExtended {
@SerializedName("PointsTotal")
val pointsTotal: Long,

@SerializedName("GuideUrl")
@SerializedName("GuideURL")
val guideUrl: String?,

@SerializedName("Updated")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class GetGameInfoAndUserProgress {
@SerializedName("PlayersTotal")
val playersTotal: Int,

@SerializedName("GuideUrl")
@SerializedName("GuideURL")
val guideUrl: String?,

@SerializedName("ConsoleName")
Expand Down

0 comments on commit a67af0a

Please sign in to comment.