Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
yachoor committed Apr 19, 2024
1 parent 0d6ef49 commit 699d312
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Changelog
## [7.2.0] - 2024-04-20

### Changed

- Split group dungeons into 2-columns to reduce vertical height


## [7.1.0] - 2024-03-11

Expand Down Expand Up @@ -242,6 +248,7 @@

- Support for Markarth - The Reach questline and skyshards

[7.2.0]: https://github.com/yachoor/uspf/compare/7.1.0...7.2.0
[7.1.0]: https://github.com/yachoor/uspf/compare/7.0.2...7.1.0
[7.0.2]: https://github.com/yachoor/uspf/compare/7.0.1...7.0.2
[7.0.1]: https://github.com/yachoor/uspf/compare/7.0.0...7.0.1
Expand Down
4 changes: 2 additions & 2 deletions USPF/USPF.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Title: Urich's Skill Point Finder
## Author: Yachoor, tim99, Originally Urich & Onigar
## Version: 7.1.0
## AddOnVersion: 70100
## Version: 7.2.0
## AddOnVersion: 70200
## APIVersion: 101041
## SavedVariables: USPF_Settings
## DependsOn: LibAddonMenu-2.0 LibTableFunctions-1.0
Expand Down
2 changes: 1 addition & 1 deletion USPF/USPF_Menu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ if USPF == nil then USPF = {} end

local ADDON_NAME = GetString(USPF_GUI_TITLE)
local ADDON_AUTHOR = "Urich"
local ADDON_VERSION = "7.1.0"
local ADDON_VERSION = "7.2.0"

USPF.Options = {
Font = {
Expand Down

0 comments on commit 699d312

Please sign in to comment.