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 : 11403
33## Interface -BCC : 20504
44## Interface -Cata : 40402
5+ ## Interface -Mists : 50500
56## X-Curse-Project-ID : 14297
67## LoadOnDemand : 1
78## Title : Lib: Logger-1.0
1011## eMail : neotron@gmail.com
1112## X-Category : Library
1213## X-License : GPLv3
13- ## Version : 1.0.@project-revision @
14+ ## Version : 1.0.@project-date-integer @
1415
1516LibStub.lua
1617LibLogger-1.0\lib.xml
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ local logPrefix = {
8080}
8181
8282local MAJOR = " LibLogger-1.0"
83- local MINOR = 20240724
83+ local MINOR = tonumber ( " @project-date-integer@ " ) or tonumber ( date ( " %Y%m%d%H%M%S " ))
8484
8585local lib = LibStub :NewLibrary (MAJOR , MINOR )
8686
You can’t perform that action at this time.
0 commit comments