diff --git a/Plugins/Discord/beta/VersionFeed.xml b/Plugins/Discord/beta/VersionFeed.xml index 5b189d39..f488ce90 100644 --- a/Plugins/Discord/beta/VersionFeed.xml +++ b/Plugins/Discord/beta/VersionFeed.xml @@ -7,6 +7,29 @@ 2021-12-09T00:00:00Z + + urn:uuid:FD4F56C3-9E44-4422-A761-87E7F957454F + 1.0.19 (1.0.19.2) + 1.0.19.2 + + 2021-12-09T00:00:00Z + +
+

+ CHANGE +
+

    +
  • Changed the plugin initialization so it throws an exception if unable to load config file, rather than creating a new config file.
  • +
+

+
+
+ + bletch + bletch1971@hotmail.com + +
+ urn:uuid:A9EC2F32-E026-485F-BD7B-C657DBA95B54 1.0.19 (1.0.19.1) @@ -24,8 +47,8 @@ NEW

diff --git a/Plugins/Discord/beta/latest.txt b/Plugins/Discord/beta/latest.txt index 0b774962..d3348d21 100644 --- a/Plugins/Discord/beta/latest.txt +++ b/Plugins/Discord/beta/latest.txt @@ -1 +1 @@ -1.0.19.1 +1.0.19.2 diff --git a/Plugins/Discord/beta/latest.zip b/Plugins/Discord/beta/latest.zip index 7e92fd2f..add4460d 100644 Binary files a/Plugins/Discord/beta/latest.zip and b/Plugins/Discord/beta/latest.zip differ diff --git a/src/Plugin.Discord/Properties/AssemblyInfo.cs b/src/Plugin.Discord/Properties/AssemblyInfo.cs index 8db0dd28..a0267d2b 100644 --- a/src/Plugin.Discord/Properties/AssemblyInfo.cs +++ b/src/Plugin.Discord/Properties/AssemblyInfo.cs @@ -30,5 +30,5 @@ using System.Runtime.InteropServices; // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.0.19.2")] -[assembly: AssemblyFileVersion("1.0.19.2")] +[assembly: AssemblyVersion("1.0.19.3")] +[assembly: AssemblyFileVersion("1.0.19.3")]