diff --git a/pluginmaster.json b/pluginmaster.json index 9d45809..8bc0856 100644 --- a/pluginmaster.json +++ b/pluginmaster.json @@ -4,45 +4,45 @@ "Name": "HUD Manager", "Description": "A plugin to manage your HUD.\n\n- Save infinite HUD layouts\n- Swap between HUD layouts based on conditions\n- Edit HUD elements precisely without /hudlayout\n- Export and import layouts", "InternalName": "HUD Manager", - "AssemblyVersion": "2.0.0.8", + "AssemblyVersion": "2.0.0.10", "RepoUrl": "https://git.sr.ht/~jkcclemens/HUDManager", "ApplicableVersion": "any", - "DalamudApiLevel": 2, + "DalamudApiLevel": 3, "DownloadLinkInstall": "https://git.sr.ht/~jkcclemens/plugin_repo/blob/master/plugins/HUD Manager/latest.zip", "IsHide": false, "IsTestingExclusive": false, "DownloadLinkTesting": "https://git.sr.ht/~jkcclemens/plugin_repo/blob/master/plugins/HUD Manager/latest.zip", "DownloadLinkUpdate": "https://git.sr.ht/~jkcclemens/plugin_repo/blob/master/plugins/HUD Manager/latest.zip", - "LastUpdated": "1615827565" + "LastUpdated": "1618547356" }, { "Author": "ascclemens", "Name": "Python REPL", "Description": "Allows you to use Dalamud via Python in the chat box.\n\nSupports one-liners, printing results to chat, or making full scripts over multiple commands.", "InternalName": "DalamudPython", - "AssemblyVersion": "1.1.0", + "AssemblyVersion": "1.1.2", "ApplicableVersion": "any", - "DalamudApiLevel": 2, + "DalamudApiLevel": 3, "DownloadLinkInstall": "https://git.sr.ht/~jkcclemens/plugin_repo/blob/master/plugins/DalamudPython/latest.zip", "IsHide": false, "IsTestingExclusive": false, "DownloadLinkTesting": "https://git.sr.ht/~jkcclemens/plugin_repo/blob/master/plugins/DalamudPython/latest.zip", "DownloadLinkUpdate": "https://git.sr.ht/~jkcclemens/plugin_repo/blob/master/plugins/DalamudPython/latest.zip", - "LastUpdated": "1615080127" + "LastUpdated": "1618547374" }, { "Author": "ascclemens", "Name": "Macrology", "Description": "Adds a better macro system to the game.\n\nMacrology allows for macros of infinite length, adds looping,\nallows comments, supports pausing, allows you to run multiple\nmacros at once, and supports fractional waits.", "InternalName": "Macrology", - "AssemblyVersion": "0.1.0", + "AssemblyVersion": "1.0.0", "ApplicableVersion": "any", - "DalamudApiLevel": 2, + "DalamudApiLevel": 3, "DownloadLinkInstall": "https://git.sr.ht/~jkcclemens/plugin_repo/blob/master/plugins/Macrology/latest.zip", "IsHide": false, "IsTestingExclusive": false, "DownloadLinkTesting": "https://git.sr.ht/~jkcclemens/plugin_repo/blob/master/plugins/Macrology/latest.zip", "DownloadLinkUpdate": "https://git.sr.ht/~jkcclemens/plugin_repo/blob/master/plugins/Macrology/latest.zip", - "LastUpdated": "1609770452" + "LastUpdated": "1618547517" } ] \ No newline at end of file diff --git a/plugins/DalamudPython/latest.zip b/plugins/DalamudPython/latest.zip index 078dbc6..ed41713 100644 Binary files a/plugins/DalamudPython/latest.zip and b/plugins/DalamudPython/latest.zip differ diff --git a/plugins/HUD Manager/latest.zip b/plugins/HUD Manager/latest.zip index 5ff7df6..cc80262 100644 Binary files a/plugins/HUD Manager/latest.zip and b/plugins/HUD Manager/latest.zip differ diff --git a/plugins/Macrology/latest.zip b/plugins/Macrology/latest.zip index 509f306..2b7120e 100644 Binary files a/plugins/Macrology/latest.zip and b/plugins/Macrology/latest.zip differ