diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-09-26 23:29:30 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-09-26 23:32:01 -0700 |
| commit | 68022112298a0175b0c0bb02dc4fe0a94056206a (patch) | |
| tree | 986546d103f50a4ce12678dca58f0924279effc1 | |
| parent | 4f014747e772eed082e7904c7e6d78c5ef8ec6e1 (diff) | |
update plugin description
- added info about new features
| -rw-r--r-- | Malmstone/Malmstone.csproj | 2 | ||||
| -rw-r--r-- | Malmstone/Malmstone.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Malmstone/Malmstone.csproj b/Malmstone/Malmstone.csproj index 626d7b5..8a46364 100644 --- a/Malmstone/Malmstone.csproj +++ b/Malmstone/Malmstone.csproj @@ -3,7 +3,7 @@ <Import Project="Dalamud.Plugin.Bootstrap.targets" /> <PropertyGroup> - <Version>1.0.7.0</Version> + <Version>1.0.7.1</Version> <Description>A PVP Series Malmstones Level Calculator</Description> <PackageProjectUrl>https://github.com/goatcorp/Malmstone</PackageProjectUrl> <PackageLicenseExpression>AGPL-3.0-or-later</PackageLicenseExpression> diff --git a/Malmstone/Malmstone.json b/Malmstone/Malmstone.json index 1bd6504..edb94fd 100644 --- a/Malmstone/Malmstone.json +++ b/Malmstone/Malmstone.json @@ -2,7 +2,7 @@ "Author": "pinapelz", "Name": "Malmstone Calculator", "Punchline": "Keep tabs on how much more PVP you have to play before unlocking your next Series Malmstone reward!", - "Description": "Calculate the number of wins/losses needed in different modes of PVP before achieving your target Series Level.\nUse /pmalm to get started", + "Description": "Calculates the number of wins/losses needed in different modes of PVP before achieving your target Series Level\n- Receive post-match notifications about progress towards next series level\n- Track and display Series Level above 30\n- Calculate Frontline losing streak bonus rewards\n\nUse /pmalm to get started", "ApplicableVersion": "any", "Tags": [ "pvp", |
