From 5a784665dc45272fbc9ee61cc2decd6864e80684 Mon Sep 17 00:00:00 2001 From: Kaz Wolfe Date: Fri, 14 Apr 2023 21:52:57 -0700 Subject: [PATCH] [Testing] XIVDeck 0.3.12 - Add the ability to have different default webservers per OS - Set default Linux server to EmbedIO - Set default Windows server to EmbedIO - Better IPv4/IPv6 handling (though it doesn't really matter anymore) - Other minor internal changes --- testing/live/XIVDeck.FFXIVPlugin/manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/live/XIVDeck.FFXIVPlugin/manifest.toml b/testing/live/XIVDeck.FFXIVPlugin/manifest.toml index 9739b8ac6f..2118344246 100644 --- a/testing/live/XIVDeck.FFXIVPlugin/manifest.toml +++ b/testing/live/XIVDeck.FFXIVPlugin/manifest.toml @@ -1,6 +1,6 @@ [plugin] repository = "https://github.com/KazWolfe/XIVDeck.git" -commit = "748ceefb11472e78238279e614da6e4a912d3310" +commit = "d4a8470c9f23d5f5f50975ddf3a12f6bba8cd5c4" owners = [ "KazWolfe", ]