Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
yachoor committed Jun 4, 2024
1 parent a8d0552 commit 9c5b7e5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Changelog
## [7.3.1] - 2024-06-04

### Fixed

- Zone name formatting in languages other than english


# Changelog
## [7.3.0] - 2024-06-03

Expand Down Expand Up @@ -262,6 +270,7 @@

- Support for Markarth - The Reach questline and skyshards

[7.3.1]: https://github.com/yachoor/uspf/compare/7.3.0...7.3.1
[7.3.0]: https://github.com/yachoor/uspf/compare/7.2.0...7.3.0
[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
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.3.0
## AddOnVersion: 70300
## Version: 7.3.1
## AddOnVersion: 70301
## APIVersion: 101042
## 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.3.0"
local ADDON_VERSION = "7.3.1"

USPF.Options = {
Font = {
Expand Down

0 comments on commit 9c5b7e5

Please sign in to comment.