Skip to content

Commit

Permalink
1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Nnoggie committed Aug 30, 2024
1 parent 5a9f325 commit 12922e4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions WagoUI/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# 1.1.7 (2024-08-29)
# 1.1.8 (2024-08-29)

- Backend changes
- Bug fixes
2 changes: 1 addition & 1 deletion WagoUI/WagoUI.toc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Title: |cFFC1272DWago|rUI
## IconTexture: Interface\AddOns\WagoUI\media\logoSmall.png
## Author: The Wago Team
## Version: 1.1.7
## Version: 1.1.8
## DefaultState: Enabled
## LoadOnDemand: 0
## OptionalDeps: WagoUI_Creator, WagoUI_Storage
Expand Down
4 changes: 2 additions & 2 deletions WagoUI_Creator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# 1.1.7 (2024-08-29)
# 1.1.8 (2024-08-29)

- Backend changes
- Bug fixes
2 changes: 1 addition & 1 deletion WagoUI_Creator/WagoUI_Creator.toc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Title: |cFFC1272DWago|rUI Creator
## IconTexture: Interface\AddOns\WagoUI_Creator\media\logoSmall.png
## Author: The Wago Team
## Version: 1.1.7
## Version: 1.1.8
## DefaultState: Enabled
## LoadOnDemand: 0
## SavedVariables: WagoUICreatorDB
Expand Down
2 changes: 1 addition & 1 deletion WagoUI_Libraries/LibAddonProfiles/LibAddonProfiles.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---@class LAPLoadingNamespace
local loadingAddonNamespace = select(2, ...)
local MAJOR = "LibAddonProfiles"
local MINOR = 6
local MINOR = 7

---@class LibAddonProfiles
local LibAddonProfiles = LibStub:NewLibrary(MAJOR, MINOR)
Expand Down

0 comments on commit 12922e4

Please sign in to comment.