From e575030dbf8228236de3ab3d425e31455055b68e Mon Sep 17 00:00:00 2001 From: Quickdesh Date: Sun, 7 Jul 2024 16:17:55 +0530 Subject: [PATCH] update: v0.17.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 6470f4f9c3..fd90a2a071 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.17.1.0) + - To the latest version of the app (stable is v0.17.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 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 5ead799037..af1726fdc2 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.17.1.0" + Example: "0.17.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.17.1.0](https://github.com/Quickdesh/Animiru/releases/latest)**. + - label: I have updated the app to version **[0.17.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 a5860deeeb..d1606e4e65 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.17.1.0](https://github.com/Quickdesh/Animiru/releases/latest)**. + - label: I have updated the app to version **[0.17.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 711196eb11..7afb022ffe 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -19,7 +19,7 @@ android { applicationId = "xyz.Quickdev.Animiru.mi" versionCode = 123 - versionName = "0.17.1.0" + versionName = "0.17.2.0" buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"") buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")