Skip to content

Commit

Permalink
version v1.03-Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumsebrum committed Aug 7, 2022
1 parent 1ea87e9 commit 34fd90d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ local PREFIX = "TotemPlates v"

---------------------------

local MAJOR, MINOR = "TotemPlates", 3
local MAJOR, MINOR = "TotemPlates", 4
local Core = LibStub:NewLibrary(MAJOR, MINOR)
local L
Core.debug = false

Core.version_major_num = 1
Core.version_minor_num = 0.02
Core.version_minor_num = 0.03
Core.version_num = Core.version_major_num + Core.version_minor_num
Core.version_releaseType = RELEASE_TYPES.release
Core.version = PREFIX .. string.format("%.2f", Core.version_num) .. "-" .. Core.version_releaseType
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

---

## [v1.02-Release Download Here](https://github.com/XiconQoo/TotemPlates/releases/download/v1.02-Release/TotemPlates_v1.02-Release.zip)
## [v1.03-Release Download Here](https://github.com/XiconQoo/TotemPlates/releases/download/v1.03-Release/TotemPlates_v1.03-Release.zip)

###### <a target="_blank" rel="noopener noreferrer" href="https://www.paypal.me/xiconqoo/10"><img src="https://raw.githubusercontent.com/XiconQoo/Gladdy/readme-media/Paypal-Donate.png" height="30" style="margin-top:-30px;position:relative;top:20px;"></a> Please consider donating if you like my work

Expand All @@ -26,6 +26,10 @@

### Changes

### v1.03-Release

- Wrath mana spring totem fix

### v1.02-Release

- Wrath support
Expand Down
2 changes: 1 addition & 1 deletion TotemPlates.toc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Interface: 20504
## Title: TotemPlates |cFFFF0000 game client not supported|r
## Version: 1.02-Release
## Version: 1.03-Release
## Notes: Replaces Totem Nameplates with Icons
## Author: XiconQoo, DnB_Junkee, Knall
## X-Email: contact me on discord Knall#1751
2 changes: 1 addition & 1 deletion TotemPlates_BCC.toc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Interface: 20504
## Title: TotemPlates
## Version: 1.02-Release
## Version: 1.03-Release
## Notes: Replaces Totem Nameplates with Icons
## Author: XiconQoo, DnB_Junkee, Knall
## X-Email: contact me on discord Knall#1751
Expand Down
2 changes: 1 addition & 1 deletion TotemPlates_Wrath.toc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Interface: 30400
## Title: TotemPlates
## Version: 1.02-Release
## Version: 1.03-Release
## Notes: Replaces Totem Nameplates with Icons
## Author: XiconQoo, DnB_Junkee, Knall
## X-Email: contact me on discord Knall#1751
Expand Down

0 comments on commit 34fd90d

Please sign in to comment.