Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
yachoor committed Mar 11, 2024
1 parent af32701 commit 3601b9f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [7.1.0] - 2024-03-11

### Added

- Support for Scions of Ithelia DLC - 2 new dungeons


## [7.0.2] - 2023-12-11

### Fixed
Expand Down Expand Up @@ -235,7 +242,7 @@

- Support for Markarth - The Reach questline and skyshards


[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
[7.0.0]: https://github.com/yachoor/uspf/compare/6.10.1...7.0.0
Expand Down
6 changes: 3 additions & 3 deletions USPF/USPF.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## Title: Urich's Skill Point Finder
## Author: Yachoor, tim99, Originally Urich & Onigar
## Version: 7.0.2
## AddOnVersion: 70002
## APIVersion: 101040
## Version: 7.1.0
## AddOnVersion: 70100
## 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.0.2"
local ADDON_VERSION = "7.1.0"

USPF.Options = {
Font = {
Expand Down

0 comments on commit 3601b9f

Please sign in to comment.