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

update game version to 6.55 #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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;
}