diff --git a/Art/manifest.json b/Art/manifest.json index 02a2232..181a8f0 100644 --- a/Art/manifest.json +++ b/Art/manifest.json @@ -1,6 +1,6 @@ { "name": "Coroner", - "version_number": "1.3.1", + "version_number": "1.4.0", "website_url": "https://github.com/EliteMasterEric/Coroner", "description": "Rework the Performance Report with new info, including cause of death.", "dependencies": [ diff --git a/Coroner/Coroner.csproj b/Coroner/Coroner.csproj index e6ca450..e2b2a9a 100644 --- a/Coroner/Coroner.csproj +++ b/Coroner/Coroner.csproj @@ -6,7 +6,7 @@ EliteMasterEric Coroner com.elitemastereric.coroner - 1.3.1 + 1.4.0 Coroner Rework the Performance Report with new info, including cause of death. diff --git a/Coroner/Plugin.cs b/Coroner/Plugin.cs index 208727f..4520d29 100644 --- a/Coroner/Plugin.cs +++ b/Coroner/Plugin.cs @@ -11,7 +11,7 @@ public static class PluginInfo { public const string PLUGIN_ID = "Coroner"; public const string PLUGIN_NAME = "Coroner"; - public const string PLUGIN_VERSION = "1.3.1"; + public const string PLUGIN_VERSION = "1.4.0"; public const string PLUGIN_GUID = "com.elitemastereric.coroner"; }