From 65bfcee4ba75f497084fe1f61f256bf86c7ead7f Mon Sep 17 00:00:00 2001 From: Quickdesh Date: Sun, 30 Jun 2024 23:14:20 +0530 Subject: [PATCH] update: v0.16.2.0 --- .github/ISSUE_TEMPLATE.md | 2 +- .github/ISSUE_TEMPLATE/report_issue.yml | 4 ++-- .github/ISSUE_TEMPLATE/request_feature.yml | 2 +- app/build.gradle.kts | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 8c740865f1..7e7059ebe0 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.16.1.0) + - To the latest version of the app (stable is v0.16.2.0) - 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 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 489532953f..db31fc4fc0 100644 --- a/.github/ISSUE_TEMPLATE/report_issue.yml +++ b/.github/ISSUE_TEMPLATE/report_issue.yml @@ -52,7 +52,7 @@ body: label: Animiru version description: You can find your Animiru version in **More → About**. placeholder: | - Example: "0.16.1.0" + Example: "0.16.2.0" validations: required: true @@ -97,7 +97,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.16.1.0](https://github.com/Quickdesh/Animiru/releases/latest)**. + - label: I have updated the app to version **[0.16.2.0](https://github.com/Quickdesh/Animiru/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 40ab3b8f28..aa05460890 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 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.16.1.0](https://github.com/Quickdesh/Animiru/releases/latest)**. + - label: I have updated the app to version **[0.16.2.0](https://github.com/Quickdesh/Animiru/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 afee2aa2e3..4e2feed769 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -24,7 +24,7 @@ android { applicationId = "xyz.Quickdev.Animiru.mi" versionCode = 110 - versionName = "0.16.1.0" + versionName = "0.16.2 .0" buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"") buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")