Skip to content

Commit d52a9ee

Browse files
committed
Add Mists support and try to fix automatic versioning based on project version.
1 parent 4b89b50 commit d52a9ee

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/toc-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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

BulkMail2Inbox.toc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22
## Interface-Classic: 11403
33
## Interface-BCC: 20504
44
## Interface-Cata: 40402
5+
## Interface-Mists: 50500
56
## X-Curse-Project-ID: 13587
67
## X-WoWI-ID: 18867
78
## X-Wago-ID: WL6JdYGv
89
## Title: Bulk Mail Inbox
910
## Notes: Bulk mail reception made really easy
1011
## Notes-ruRU: BulkMail - получение почты делает на много легче
11-
## Version: 9.0.5
12+
## Version: @project-version@
1213
## Author: NeoTron
1314
## X-Credits: hyperactiveChipmunk
1415
## X-Category: Mail

BulkMailInbox.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ BulkMailInbox = LibStub("AceAddon-3.0"):NewAddon("BulkMailInbox", "AceConsole-3.
22

33
local mod, self, BulkMailInbox = BulkMailInbox, BulkMailInbox, BulkMailInbox
44

5-
local VERSION = "7.0.0"
5+
local VERSION = " @project-version@"
6+
67
local LibStub = LibStub
78

89
local L = LibStub("AceLocale-3.0"):GetLocale("BulkMailInbox", false)

0 commit comments

Comments
 (0)