File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 : 11403
33## Interface -BCC : 20504
44## Interface -Cata : 40402
5+ ## Interface -Cata : 50500
56## X-Curse-Project-ID : 17280
67## Title : Lib: Dropdown-1.0
78## Notes : Dropdown library for Ace3 options, extensible to other options formats. Works ok.
89## Author : Antiarc, NeoTron
9- ## Version : 1.0
10+ ## Version : 1.0. @project-date-integer@
1011## OptionalDeps : Ace3
1112
1213LibDropdown-1.0\lib.xml
Original file line number Diff line number Diff line change 11local MAJOR = " LibDropdown-1.0"
2- local MINOR = 20240724
2+ ocal MINOR = tonumber ( " @project-date-integer@ " ) or tonumber ( date ( " %Y%m%d%H%M%S " ))
33
44local lib = LibStub :NewLibrary (MAJOR , MINOR )
55if not lib then return end
You can’t perform that action at this time.
0 commit comments