Skip to content

Commit d5a63e6

Browse files
committed
Update Plugin Version
1 parent 7fbb719 commit d5a63e6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

API.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFramework>netstandard2.0</TargetFramework>
44
<AssemblyName>API</AssemblyName>
55
<Description>An API for inscryption</Description>
6-
<Version>1.13.0.0</Version>
6+
<Version>1.13.1.0</Version>
77
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
88
<LangVersion>9.0</LangVersion>
99
<DebugType>full</DebugType>

Plugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public partial class Plugin : BaseUnityPlugin
1313
{
1414
private const string PluginGuid = "cyantist.inscryption.api";
1515
private const string PluginName = "API";
16-
private const string PluginVersion = "1.13.0.0";
16+
private const string PluginVersion = "1.13.1.0";
1717

1818
internal static ManualLogSource Log;
1919
internal static ConfigEntry<bool> configEnergy;

0 commit comments

Comments
 (0)