diff --git a/.github/RELEASE_TEMPLATE/Release.md b/.github/RELEASE_TEMPLATE/Release.md index 30e1007..3b53057 100644 --- a/.github/RELEASE_TEMPLATE/Release.md +++ b/.github/RELEASE_TEMPLATE/Release.md @@ -1,7 +1,7 @@ # YTLitePlus Release Information Current YouTube IPA: `%youtube_version%` -Current YTLitePlus Version: `%ytliteplus_version%` +Current YTLite Version: `%ytliteplus_version%` Current App Compatibility: `iOS/iPadOS 14.0` or later **RELEASE %youtube_version%-%ytliteplus_version%:** (%date%) diff --git a/.github/workflows/buildapp.yml b/.github/workflows/buildapp.yml index 2bf259c..ac75727 100644 --- a/.github/workflows/buildapp.yml +++ b/.github/workflows/buildapp.yml @@ -18,7 +18,7 @@ on: type: string ytliteplus_version: description: "The version of YTLitePlus" - default: "2.4" + default: "2.7" required: true type: string bundle_id: