diff --git a/.github/check-interface-versions.sh b/.github/check-interface-versions.sh index ea49d3df..e9a4ca71 100755 --- a/.github/check-interface-versions.sh +++ b/.github/check-interface-versions.sh @@ -2,7 +2,7 @@ local_version=$(cat Rarity.toc | grep -oP '## Interface: \K\d+') options_version=$(cat Modules/Options/Rarity_Options.toc | grep -oP '## Interface: \K\d+') # Since there's no "official" way to get the latest version, just use a popular/frequently updated addon ... -remote_version=$(curl https://raw.githubusercontent.com/BigWigsMods/BigWigs/master/BigWigs.toc --silent | grep -oP '## Interface: \K\d+') +remote_version=$(curl https://raw.githubusercontent.com/BigWigsMods/BigWigs/master/BigWigs.toc --silent | grep -oP '## Interface:.*' | grep -oP '\d+' | sort -nr | head -n 1) if [ "$local_version" != "$remote_version" ]; then echo "Local interface version ($local_version) is not up to date with remote version ($remote_version)" diff --git a/Modules/Options/Rarity_Options.toc b/Modules/Options/Rarity_Options.toc index da4d5da1..b3dde5bd 100644 --- a/Modules/Options/Rarity_Options.toc +++ b/Modules/Options/Rarity_Options.toc @@ -1,6 +1,6 @@ ## Author: Allara -## Interface: 100207 -## X-Min-Interface: 100207 +## Interface: 110002 +## X-Min-Interface: 110002 ## Notes: Rarity configuration. Use AddonLoader to load this on demand. ## Title: Rarity [|caaedc99fOptions|r] ## Dependencies: Rarity diff --git a/Rarity.toc b/Rarity.toc index 9450678f..121266da 100644 --- a/Rarity.toc +++ b/Rarity.toc @@ -1,6 +1,6 @@ ## Author: Allara -## Interface: 100207 -## X-Min-Interface: 100207 +## Interface: 110002 +## X-Min-Interface: 110002 ## Title: Rarity ## Version: 1.0 (@project-version@) ## X-Curse-Project-ID: 30801