Skip to content

Commit 026b805

Browse files
committed
Release 2.1.3 version
1 parent 8186db5 commit 026b805

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@ 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.1.3] - 2024-09-04
8+
79
### Changed
810
* Improve first autoshot swing calculation.
11+
* Maelstrom Weapon in SoD P4 prevents swingtimer reset.
12+
* Bump build version support of Classic.
913

1014
## [2.1.2] - 2024-05-18
1115

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", 28
3+
local MAJOR, MINOR = "LibClassicSwingTimerAPI", 29
44
local lib = LibStub:NewLibrary(MAJOR, MINOR)
55
if not lib then
66
return

LibClassicSwingTimerAPI.toc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
## Interface: 100206
2-
## Interface-Classic: 11502
2+
## Interface-Classic: 11503
33
## Interface-BCC: 20504
44
## Interface-Wrath: 30403
55
## Interface-Cata: 40400
6-
## Version: 2.1.2
6+
## Version: 2.1.3
77
## Title: Swing Timer API
88
## Notes: Swing Timer Library
99
## Author: Ralgathor

0 commit comments

Comments
 (0)