Skip to content

Commit 25a851e

Browse files
committed
chore(release): v1.9.52
1 parent ceeb455 commit 25a851e

4 files changed

Lines changed: 259 additions & 253 deletions

File tree

CHANGELOG.md

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

3+
## 1.9.52 - 03-Jul-2026 — Archon target refresh
4+
5+
### Updated
6+
7+
- **Bundled M+ High Keys and Raid Mythic All Bosses target ratings were refreshed from latest Archon data.**
8+
39
## 1.9.51 - 02-Jul-2026 — Archon target refresh
410

511
### Updated

StatsPro.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ end
246246
-- literal `@project-version@` token from the unsubstituted TOC — fall back to a
247247
-- hand-maintained constant so the title still reads e.g. `v1.0.3-dev` instead of `vdev`.
248248
-- WARNING: bump CURRENT_RELEASE on every `git tag v*` so dev builds reflect the working base.
249-
local CURRENT_RELEASE = "1.9.51"
249+
local CURRENT_RELEASE = "1.9.52"
250250
local ADDON_VERSION = (C_AddOns and C_AddOns.GetAddOnMetadata or GetAddOnMetadata)("StatsPro", "Version") or "?"
251251
if ADDON_VERSION:find("project%-version") then ADDON_VERSION = CURRENT_RELEASE .. "-dev" end
252252

StatsPro.toc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
## Notes-zhCN: 屏显副属性、防御属性、耐久度和修理花费
1313
## Notes-zhTW: 螢幕顯示副屬性、防禦屬性、耐久度與修理費用
1414
## Author: Antrakt
15-
## Version: 1.9.51
15+
## Version: 1.9.52
1616
## IconTexture: Interface\AddOns\StatsPro\textures\logo.png
1717
## SavedVariables: StatsProDB
1818
## Category: Combat

0 commit comments

Comments
 (0)