Skip to content

Commit 236c4ad

Browse files
v1.11
1 parent c5e7a00 commit 236c4ad

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

API.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<AssemblyName>API</AssemblyName>
66
<Description>An API for inscryption</Description>
7-
<Version>1.10.1.0</Version>
7+
<Version>1.11.0.0</Version>
88
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
99
<LangVersion>9.0</LangVersion>
1010
</PropertyGroup>

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# Changelog
2+
## v1.11
3+
- Added support for more identifiers
4+
25
## v1.10.1
36
- Fix for abilities which do not have identifier.
47

58
## v1.10
6-
- Added ability identifers.
9+
- Added ability identifiers.
710

811
## v1.9.1
912
- Added support for mox.

Plugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public class Plugin : BaseUnityPlugin
1616
{
1717
private const string PluginGuid = "cyantist.inscryption.api";
1818
private const string PluginName = "API";
19-
private const string PluginVersion = "1.10.1.0";
19+
private const string PluginVersion = "1.11.0.0";
2020

2121
internal static ManualLogSource Log;
2222
internal static ConfigEntry<bool> configEnergy;

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "API",
3-
"version_number": "1.10.1",
3+
"version_number": "1.11.0",
44
"website_url": "https://github.com/ScottWilson0903/InscryptionAPI",
55
"description": "This plugin is a BepInEx plugin made for Inscryption as an API. It can currently create custom cards and abilities and inject them into the data pool, or modify existing cards in the card pool.",
66
"dependencies": [

0 commit comments

Comments
 (0)