Skip to content

Commit 690859d

Browse files
committed
version bump
1 parent 9af2ec2 commit 690859d

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

WowSimsExporter-Vanilla.toc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
## Title: WowSimsExporter v2.6 |cffff8000Classic SoD|r
2-
## Version: 2.6
1+
## Title: WowSimsExporter v2.7 |cffff8000Classic SoD|r
2+
## Version: 2.7
33
## Author: generalwrex(Natop of Old Blanchy), namreeb, coolmodi(FelixPflaum), riotdog
44
## Interface: 11500
55
## Notes: This is an exporter written to quickly export your character to https://wowsims.github.io/classic/ for simulations.

WowSimsExporter-Wrath.toc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
## Title: WowSimsExporter v2.6 |c0000ffffWOTLK|r
2-
## Version: 2.6
1+
## Title: WowSimsExporter v2.7 |c0000ffffWOTLK|r
2+
## Version: 2.7
33
## Author: generalwrex(Natop of Old Blanchy), namreeb, coolmodi(FelixPflaum), riotdog
44
## Interface: 30403
55
## Notes: This is an exporter written to quickly export your character to https://wowsims.github.io/classic/ for simulations.

WowSimsExporter.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ local IS_CLASSIC_ERA_SOD = IS_CLASSIC_ERA and C_Engraving.IsEngravingEnabled()
1717
local AceGUI = LibStub("AceGUI-3.0")
1818
local LibParse = LibStub("LibParse")
1919

20-
local version = "2.6"
20+
local version = "2.7"
2121

2222
-- Ulduar WotLK classic patch moved to the retail API.
2323
local GetContainerNumSlots = C_Container and C_Container.GetContainerNumSlots or _G.GetContainerNumSlots

WowSimsExporter.toc

Whitespace-only changes.

0 commit comments

Comments
 (0)