diff --git a/AutoFishingStool/AutoFishingStool.csproj b/AutoFishingStool/AutoFishingStool.csproj index 1e51ad0..7665187 100644 --- a/AutoFishingStool/AutoFishingStool.csproj +++ b/AutoFishingStool/AutoFishingStool.csproj @@ -1,7 +1,7 @@ - 1.2.0.0 + 1.2.0.1 Bep Automatically uses /sit while fishing, with an option to stand during Spectral Currents. MIT diff --git a/AutoFishingStool/AutoFishingStool.json b/AutoFishingStool/AutoFishingStool.json index 57a3ec2..a9fdb98 100644 --- a/AutoFishingStool/AutoFishingStool.json +++ b/AutoFishingStool/AutoFishingStool.json @@ -1,7 +1,7 @@ { "Author": "Bep", "Name": "Auto Fishing Stool", - "Punchline": "Automatically sits after entering fishing mode.", + "Punchline": "Automatically sits while fishing.", "Description": "Automatically uses /sit while fishing, with an option to stand during Spectral Currents.", "ApplicableVersion": "any", "RepoUrl": "https://git.bep.moe/verniy/xiv-plugins", diff --git a/pluginmaster.json b/pluginmaster.json index dd89b01..8bb54c4 100644 --- a/pluginmaster.json +++ b/pluginmaster.json @@ -3,10 +3,10 @@ "Author": "Bep", "Name": "Auto Fishing Stool", "InternalName": "AutoFishingStool", - "AssemblyVersion": "1.2.0.0", + "AssemblyVersion": "1.2.0.1", "TestingAssemblyVersion": null, "Description": "Automatically uses /sit while fishing, with an option to stand during Spectral Currents.", - "Punchline": "Automatically sits after entering fishing mode.", + "Punchline": "Automatically sits while fishing.", "RepoUrl": "https://git.bep.moe/verniy/xiv-plugins", "ApplicableVersion": "any", "DalamudApiLevel": 15, @@ -14,12 +14,12 @@ "IsTestingExclusive": false, "DownloadLinkInstall": "https://git.bep.moe/verniy/xiv-plugins/raw/branch/main/repo/AutoFishingStool/latest.zip", "DownloadLinkUpdate": "https://git.bep.moe/verniy/xiv-plugins/raw/branch/main/repo/AutoFishingStool/latest.zip", - "LastUpdate": "1786130579", + "LastUpdate": "1786132230", "IconUrl": "https://git.bep.moe/verniy/xiv-plugins/raw/branch/main/AutoFishingStool/icon.png", "Tags": [ "fishing", "utility" ], - "Changelog": "Add a setting to stand during Spectral Currents and sit again afterward." + "Changelog": "Update the plugin punchline." } ] diff --git a/repo/AutoFishingStool/latest.zip b/repo/AutoFishingStool/latest.zip index d450fb4..8f454bc 100644 Binary files a/repo/AutoFishingStool/latest.zip and b/repo/AutoFishingStool/latest.zip differ