Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
update to game version 6.55
Browse files Browse the repository at this point in the history
  • Loading branch information
Tawmy committed Jan 19, 2024
1 parent 8ee8056 commit 6d32b5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# xivapi-cs
XIVAPI wrapper with utility goodies

![Supported Version](https://img.shields.io/badge/supported%20version-6.51-blue)
![Supported Version](https://img.shields.io/badge/supported%20version-6.55-blue)
![.NET Version](https://img.shields.io/badge/.NET-6.0-blue)

[![Codacy Badge](https://app.codacy.com/project/badge/Grade/a4232d2258194ff6bd0b2b2ab60c7233)](https://www.codacy.com/gh/Tawmy/xivapi-cs/dashboard)
Expand Down
2 changes: 1 addition & 1 deletion xivapi-cs/Values.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ internal static class Values
public static int MinionsTotal => 483;

// https://xivapi.com/search?indexes=Mount&filters=Order%3E=0&limit=1
public static int MountsTotal => 272;
public static int MountsTotal => 273;
}

0 comments on commit 6d32b5e

Please sign in to comment.