From 236c4ada30fe6e35044fa02eafea11d7ecb8492e Mon Sep 17 00:00:00 2001 From: Scott Wilson Date: Fri, 12 Nov 2021 18:47:50 +0000 Subject: [PATCH] v1.11 --- API.csproj | 2 +- CHANGELOG.md | 5 ++++- Plugin.cs | 2 +- manifest.json | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/API.csproj b/API.csproj index 4daad4d0..75174a09 100644 --- a/API.csproj +++ b/API.csproj @@ -4,7 +4,7 @@ netstandard2.0 API An API for inscryption - 1.10.1.0 + 1.11.0.0 true 9.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ffb883f..2a27801d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,12 @@ # Changelog +## v1.11 +- Added support for more identifiers + ## v1.10.1 - Fix for abilities which do not have identifier. ## v1.10 -- Added ability identifers. +- Added ability identifiers. ## v1.9.1 - Added support for mox. diff --git a/Plugin.cs b/Plugin.cs index b14d3db8..42419330 100644 --- a/Plugin.cs +++ b/Plugin.cs @@ -16,7 +16,7 @@ public class Plugin : BaseUnityPlugin { private const string PluginGuid = "cyantist.inscryption.api"; private const string PluginName = "API"; - private const string PluginVersion = "1.10.1.0"; + private const string PluginVersion = "1.11.0.0"; internal static ManualLogSource Log; internal static ConfigEntry configEnergy; diff --git a/manifest.json b/manifest.json index ac1ab021..00233058 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "API", - "version_number": "1.10.1", + "version_number": "1.11.0", "website_url": "https://github.com/ScottWilson0903/InscryptionAPI", "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.", "dependencies": [