Skip to content

Commit 384d9de

Browse files
ScottWilson0903Windows10CE
authored andcommitted
v1.7.2 - fixed ability error
1 parent f5c78f9 commit 384d9de

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.7.1.0</Version>
7+
<Version>1.7.2.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,7 +1,10 @@
11
# Changelog
2-
## v1.7.1
2+
## v1.7.2
33
- Fixed error when not adding any abilities.
44

5+
## v1.7.1
6+
- Fixed appearance behaviours not loading properly.
7+
58
## v1.7
69
- Added support for custom abilities!
710

Plugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class Plugin : BaseUnityPlugin
1414
{
1515
private const string PluginGuid = "cyantist.inscryption.api";
1616
private const string PluginName = "API";
17-
private const string PluginVersion = "1.7.1.0";
17+
private const string PluginVersion = "1.7.2.0";
1818

1919
internal static ManualLogSource Log;
2020

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