Skip to content

Commit f14ee79

Browse files
committed
Release version 2.0.7
1 parent 5f71a0d commit f14ee79

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [2.0.7] - 2024-05-13
8+
79
### Fixed
810
* Fixed extra attacks logic. Extra attacks gain always reset swing timer. Removed skip next attack event logic to reflect current in game behavior.
911

LibClassicSwingTimerAPI.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-- Get the name of a) this addon loaded seperately, or b) the addon that loaded this as an embedded library
22
local loadedAddonName = ...
3-
local MAJOR, MINOR = "LibClassicSwingTimerAPI", 21
3+
local MAJOR, MINOR = "LibClassicSwingTimerAPI", 22
44
local lib = LibStub:NewLibrary(MAJOR, MINOR)
55
if not lib then
66
return

LibClassicSwingTimerAPI.toc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Interface-BCC: 20504
44
## Interface-Wrath: 30403
55
## Interface-Cata: 40400
6-
## Version: 2.0.5
6+
## Version: 2.0.7
77
## Title: Swing Timer API
88
## Notes: Swing Timer Library
99
## Author: Ralgathor

0 commit comments

Comments
 (0)