Skip to content

Commit

Permalink
Updated project
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAnsuz committed Apr 9, 2024
1 parent dd8f0e7 commit 5e20071
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Amrv.ConfigurableCompany/Amrv.ConfigurableCompany.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>netstandard2.1</TargetFrameworks>
<AssemblyName>Amrv.ConfigurableCompany</AssemblyName>
<Description>An api to allow developers to create configurable parameters for lethal company. These configurations can be modified in-game using a built in menu, persist during sesions and are save-dependant on each game file.</Description>
<Version>3.3.0</Version>
<Version>3.3.1</Version>
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
<GenerateDocumentationFile>False</GenerateDocumentationFile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ internal sealed class ConfigurableCompanyPlugin : BaseUnityPlugin
{
public const string PLUGIN_GUID = "dev.amrv.lethalCompany.config";
public const string PLUGIN_NAME = "Configurable Company";
public const string PLUGIN_VERSION = "3.3.0";
public const string PLUGIN_VERSION = "3.3.1";

/// <summary>
/// Plugin folder
Expand Down
2 changes: 1 addition & 1 deletion Resources/BuildScript.pbs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ echo STRING is ${STRING}
echo CURRENT_PATH is ${CURRENT_PATH}
echo CURRENT_FOLDER is ${CURRENT_FOLDER}

set VERSION 3.3.0
set VERSION 3.3.1
set thunderstore Release\Thunderstore
set github Release\Github

Expand Down

0 comments on commit 5e20071

Please sign in to comment.