File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1212 uses : actions/checkout@v4.1.1
1313
1414 - name : Update TOC Interface version
15- uses : p3lim/toc-interface-updater@v3
15+ uses : p3lim/toc-interface-updater@v4
1616 with :
1717 base : retail # this is default
1818
Original file line number Diff line number Diff line change 22## Interface -Classic : 11501
33## Interface -BCC : 20504
44## Interface -Cata : 40402
5+ ## Interface -Mists : 50500
56## X-Curse-Project-ID : 18625
67## LoadOnDemand : 1
78## Title : Lib: MagicUtil-1.0
89## Notes : Utility library with shared functions and data for various addons by NeoTron.
910## Author : NeoTron
1011## eMail : neotron@gmail.com
11- ## Version : 1.0.@project-revision @
12+ ## Version : 1.0.@project-date-integer @
1213## X-Category : Library
1314## X-License : GPLv3
1415
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ After embedding you will be able to use the following methods:
2424]]
2525
2626local MAJOR = " LibMagicUtil-1.0"
27- local MINOR = 2025053101
27+ local MINOR = tonumber ( " @project-date-integer@ " ) or tonumber ( date ( " %Y%m%d%H%M%S " ))
2828
2929local lib = LibStub :NewLibrary (MAJOR , MINOR )
3030local media = LibStub (" LibSharedMedia-3.0" )
You can’t perform that action at this time.
0 commit comments