Skip to content

Commit 2bdb26e

Browse files
committed
Up version
1 parent 14e9fbb commit 2bdb26e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## v1.13.1-nonkc
44
- Fix for JSONLoader cards
5+
- Fix not allowing base game and modded special abilites on the same card
56

67
## v1.13.0
78
- Added support for custom card backgrounds, dialogs, encounters and talking cards

Plugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public partial class Plugin : BaseUnityPlugin
1313
{
1414
private const string PluginGuid = "cyantist.inscryption.api";
1515
private const string PluginName = "API";
16-
private const string PluginVersion = "1.13.1.0";
16+
private const string PluginVersion = "1.13.1";
1717

1818
internal static ManualLogSource Log;
1919
internal static ConfigEntry<bool> configEnergy;

0 commit comments

Comments
 (0)