diff --git a/CalamityEPGP/CalamityEPGP.toc b/CalamityEPGP/CalamityEPGP.toc index 46c148a..85d0b1d 100644 --- a/CalamityEPGP/CalamityEPGP.toc +++ b/CalamityEPGP/CalamityEPGP.toc @@ -1,7 +1,7 @@ ## Title: CalamityEPGP -## Notes: EPGP addon for WOTLK +## Notes: EPGP addon for Cataclysm Classic ## Author: Kardiir-Atiesh -## Version: 0.21.0 +## Version: 0.21.1 ## Interface: 40400 ## SavedVariables: CalamityEPGP ## DefaultState: enabled diff --git a/scripts/release.sh b/scripts/release.sh index 74fc64c..cb31f34 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -59,13 +59,13 @@ done < CHANGELOG.md changelog=$(sed -e '/[^[:space:]]/,$!d' -e :a -e '/^[[:space:]]*$/{$d;N;ba' -e '}' "$changelog_file") echo "$changelog" > "$changelog_file" -game_versions="9641,9894,10272" +game_versions="10977" # CURSEFORGE metadata=$(jq -n \ --arg changelog "$changelog" \ --arg game_versions "$game_versions" \ - '{changelog: $changelog, changelogType: "markdown", gameVersions: $game_versions | split(",") | map(tonumber), releaseType: "beta"}') + '{changelog: $changelog, changelogType: "markdown", gameVersions: $game_versions | split(",") | map(tonumber), releaseType: "release"}') curl --http1.1 \ -H "X-Api-Token: $CURSEFORGE_API_TOKEN" \