We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fbb719 commit d5a63e6Copy full SHA for d5a63e6
2 files changed
API.csproj
@@ -3,7 +3,7 @@
3
<TargetFramework>netstandard2.0</TargetFramework>
4
<AssemblyName>API</AssemblyName>
5
<Description>An API for inscryption</Description>
6
- <Version>1.13.0.0</Version>
+ <Version>1.13.1.0</Version>
7
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
8
<LangVersion>9.0</LangVersion>
9
<DebugType>full</DebugType>
Plugin.cs
@@ -13,7 +13,7 @@ public partial class Plugin : BaseUnityPlugin
13
{
14
private const string PluginGuid = "cyantist.inscryption.api";
15
private const string PluginName = "API";
16
- private const string PluginVersion = "1.13.0.0";
+ private const string PluginVersion = "1.13.1.0";
17
18
internal static ManualLogSource Log;
19
internal static ConfigEntry<bool> configEnergy;
0 commit comments