diff --git a/README.md b/README.md index 667265f..8f0dc30 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/xivapi-cs/Values.cs b/xivapi-cs/Values.cs index 6da8bd4..f4efc74 100644 --- a/xivapi-cs/Values.cs +++ b/xivapi-cs/Values.cs @@ -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; } \ No newline at end of file