diff --git a/CHANGELOG.md b/CHANGELOG.md index b222022..bcafd88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,11 @@ * `auto disable s r v lights` setting: Automatically turn SRV lights off when deploying one. Default: true. (#133) +## SpashAttack 7.2.2 + +* Fixed getting current jump range from EDDI; no longer fails on the first try, + no longer sometimes reports the last requested range instead of current. + ----- # 4.3 (2022-05-19) diff --git a/plugins/SpanshAttack/SpanshAttack.cs b/plugins/SpanshAttack/SpanshAttack.cs index 457d2f3..dc819cb 100644 --- a/plugins/SpanshAttack/SpanshAttack.cs +++ b/plugins/SpanshAttack/SpanshAttack.cs @@ -203,7 +203,7 @@ namespace SpanshAttack | required VoiceAttack plugin shenanigans | \========================================*/ - static readonly Version VERSION = new Version("7.2.1"); + static readonly Version VERSION = new Version("7.2.2"); public static Guid VA_Id() => new Guid("{e722b29d-898e-47dd-a843-a409c87e0bd8}"); diff --git a/profiles/SpanshAttack-Profile.vap b/profiles/SpanshAttack-Profile.vap index 858037c..7c9e061 100755 Binary files a/profiles/SpanshAttack-Profile.vap and b/profiles/SpanshAttack-Profile.vap differ