diff --git a/CHANGELOG.md b/CHANGELOG.md index d16e70e7..cd2ef1ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## Version 0.5.2 +* New Components + * AddAdditionalWeaponDamageOnHit + * Triggers additional damage on conditions similiar to AddInitiatorAttackWithWeaponTrigger but packaged into a weapon damage bundle. + ## Version 0.5.1 * BloodlineTools now properly handles Nine Tailed Hier * CompositeProperties now support multiplication diff --git a/Repository.json b/Repository.json index 10613e81..2c871712 100644 --- a/Repository.json +++ b/Repository.json @@ -2,7 +2,7 @@ "Releases": [ { "Id": "TabletopTweaks-Core", - "Version": "0.5.1" + "Version": "0.5.2" } ] } diff --git a/TabletopTweaks-Core/Info.json b/TabletopTweaks-Core/Info.json index 0b191526..1575519f 100644 --- a/TabletopTweaks-Core/Info.json +++ b/TabletopTweaks-Core/Info.json @@ -10,5 +10,5 @@ "Repository": "https://raw.githubusercontent.com/Vek17/TabletopTweaks-Core/master/Repository.json", "Requirements": [], "LoadAfter": ["MewsiferConsole.Mod"], - "Version": "0.5.1" + "Version": "0.5.2" } \ No newline at end of file