Skip to content

Commit 7478d66

Browse files
v1.10 Release ability identifier
1 parent a12cd04 commit 7478d66

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
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.9.1.0</Version>
7+
<Version>1.10.0.0</Version>
88
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
99
<LangVersion>9.0</LangVersion>
1010
</PropertyGroup>

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Changelog
2+
## v1.10
3+
- Added ability identifers.
4+
25
## v1.9.1
36
- Added support for mox.
47
- Forced ability texture to point filter.

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.9.1.0";
19+
private const string PluginVersion = "1.10.0.0";
2020

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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ It can currently:
77
- Create custom cards and inject them into the card pool
88
- Modify existing cards in the card pool
99
- Create custom abilities and inject them into the ability pool
10+
- Reference abilities between mods
1011
- Create custom regions
1112
- Enable energy
1213

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.9.1",
3+
"version_number": "1.10.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)