Skip to content

Commit 53bf618

Browse files
committed
Release Soon
1 parent e51c104 commit 53bf618

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Runtime/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## '2.0.2' - More Fixes
4+
5+
* Fixed an issue where Variants wouldnt drop the correct amount of gold and experience
6+
* Setting a Skill Replacement's skill def to none sets the skill locator's skillDef to a special, "DoNothing" skill
7+
* Removed some redundant logging that are now behing building the mod in debug mode
8+
39
## '2.0.1' - Oops releases are my favorite kind of release
410
* Fixed some typos in Config descriptions and names
511
* The api no longer hard crashes the game

Runtime/Code/VAPIMain.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public class VAPIMain : BaseUnityPlugin
2626
/// <summary>
2727
/// VAPI's Version
2828
/// </summary>
29-
public const string VERSION = "2.0.1";
29+
public const string VERSION = "2.0.2";
3030

3131
/// <summary>
3232
/// The instancee class of the Main class

Runtime/VAPI-Manifest.asset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ MonoBehaviour:
9696
Name: VarianceAPI
9797
Description: VarianceAPI allows you to create Variants for CharacterBodies, Variants
9898
can have different textures, lights, skills, and more.
99-
Version: 2.0.1
99+
Version: 2.0.2
100100
Dependencies:
101101
- {fileID: 11400000, guid: 5ceb1d8ed3af40d4d806e9756b403649, type: 2}
102102
- {fileID: 11400000, guid: 613d4ca030e90a832defdb35afe5393b, type: 2}

0 commit comments

Comments
 (0)