Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
yachoor committed Nov 15, 2023
1 parent e180e34 commit 6b024b1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [7.0.1] - 2023-11-15

### Added

- Endless Archive character completion tooltip


## [7.0.0] - 2023-11-02

### Changed
Expand Down Expand Up @@ -221,6 +228,7 @@
- Support for Markarth - The Reach questline and skyshards


[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
[6.10.1]: https://github.com/yachoor/uspf/compare/6.10.0...6.10.1
[6.10.0]: https://github.com/yachoor/uspf/compare/6.9.0...6.10.0
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.0.0
## AddOnVersion: 70000
## Version: 7.0.1
## AddOnVersion: 70001
## APIVersion: 101040
## 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.0"
local ADDON_VERSION = "7.0.1"

USPF.Options = {
Font = {
Expand Down

0 comments on commit 6b024b1

Please sign in to comment.