Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
EliteMasterEric committed Dec 17, 2023
1 parent 7837972 commit eaeb98a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Art/manifest.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion Coroner/Coroner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Company>EliteMasterEric</Company>
<AssemblyName>Coroner</AssemblyName>
<GUID>com.elitemastereric.coroner</GUID>
<Version>1.3.1</Version>
<Version>1.4.0</Version>

<Title>Coroner</Title>
<Description>Rework the Performance Report with new info, including cause of death.</Description>
Expand Down
2 changes: 1 addition & 1 deletion Coroner/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}

Expand Down

0 comments on commit eaeb98a

Please sign in to comment.