From 06c418a6f7b4c02adcc7b9805bfef37afa0d7f9b Mon Sep 17 00:00:00 2001 From: jmir1 Date: Mon, 15 Jan 2024 00:15:42 +0100 Subject: [PATCH] chore: Release v0.15.2.1 --- .github/ISSUE_TEMPLATE.md | 2 +- .github/ISSUE_TEMPLATE/report_issue.yml | 4 ++-- .github/ISSUE_TEMPLATE/request_feature.yml | 2 +- app/build.gradle.kts | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 77e60ea39..413195f6c 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -3,7 +3,7 @@ I acknowledge that: - I have updated: - - To the latest version of the app (stable is v0.15.2.0) + - To the latest version of the app (stable is v0.15.2.1) - All extensions - I have gone through the FAQ (https://aniyomi.org/docs/faq/general) and troubleshooting guide (https://aniyomi.org/docs/guides/troubleshooting/) - If this is an issue with an official anime extension, that I should be opening an issue in https://github.com/aniyomiorg/aniyomi-extensions diff --git a/.github/ISSUE_TEMPLATE/report_issue.yml b/.github/ISSUE_TEMPLATE/report_issue.yml index 0c21ed941..2c7841d62 100644 --- a/.github/ISSUE_TEMPLATE/report_issue.yml +++ b/.github/ISSUE_TEMPLATE/report_issue.yml @@ -52,7 +52,7 @@ body: label: Aniyomi version description: You can find your Aniyomi version in **More → About**. placeholder: | - Example: "0.15.2.0" + Example: "0.15.2.1" validations: required: true @@ -99,7 +99,7 @@ body: required: true - label: I have gone through the [FAQ](https://aniyomi.org/docs/faq/general) and [troubleshooting guide](https://aniyomi.org/docs/guides/troubleshooting/). required: true - - label: I have updated the app to version **[0.15.2.0](https://github.com/aniyomiorg/aniyomi/releases/latest)**. + - label: I have updated the app to version **[0.15.2.1](https://github.com/aniyomiorg/aniyomi/releases/latest)**. required: true - label: I have updated all installed extensions. required: true diff --git a/.github/ISSUE_TEMPLATE/request_feature.yml b/.github/ISSUE_TEMPLATE/request_feature.yml index cef210d6e..13362e0c4 100644 --- a/.github/ISSUE_TEMPLATE/request_feature.yml +++ b/.github/ISSUE_TEMPLATE/request_feature.yml @@ -32,7 +32,7 @@ body: required: true - label: If this is an issue with an official extension, I should be opening an issue in the [extensions repository](https://github.com/aniyomiorg/aniyomi-extensions/issues/new/choose). required: true - - label: I have updated the app to version **[0.15.2.0](https://github.com/aniyomiorg/aniyomi/releases/latest)**. + - label: I have updated the app to version **[0.15.2.1](https://github.com/aniyomiorg/aniyomi/releases/latest)**. required: true - label: I will fill out all of the requested information in this form. required: true diff --git a/app/build.gradle.kts b/app/build.gradle.kts index ea43bb766..083dcdb51 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -20,8 +20,8 @@ android { defaultConfig { applicationId = "xyz.jmir.tachiyomi.mi" - versionCode = 118 - versionName = "0.15.2.0" + versionCode = 119 + versionName = "0.15.2.1" buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"") buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")