From e793c6cd156ba4185d3ce23be976b61e12924ed3 Mon Sep 17 00:00:00 2001 From: jmir1 Date: Fri, 26 Nov 2021 01:17:56 +0100 Subject: [PATCH] release v0.12.3.5 --- .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 4d61dd4543..c8f1abcbb1 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.12.3.4) + - To the latest version of the app (stable is v0.12.3.5) - All extensions - If this is an issue with an anime extension, that I should be opening an issue in https://github.com/jmir1/aniyomi-extensions - I have searched the existing issues and this is new ticket **NOT** a duplicate or related to another open issue diff --git a/.github/ISSUE_TEMPLATE/report_issue.yml b/.github/ISSUE_TEMPLATE/report_issue.yml index d99c32eed1..ebc7b249eb 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.12.3.4" + Example: "0.12.3.5" validations: required: true @@ -97,7 +97,7 @@ body: required: true - label: I have tried the [troubleshooting guide](https://tachiyomi.org/help/guides/troubleshooting/). required: true - - label: I have updated the app to version **[0.12.3.4](https://github.com/jmir1/aniyomi/releases/latest)**. + - label: I have updated the app to version **[0.12.3.5](https://github.com/jmir1/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 4ad9a6836c..7942aba475 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/jmir1/aniyomi-extensions/issues/new/choose). required: true - - label: I have updated the app to version **[0.12.3.4](https://github.com/jmir1/aniyomi/releases/latest)**. + - label: I have updated the app to version **[0.12.3.5](https://github.com/jmir1/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 53474aaa1a..5b7430b15a 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -30,7 +30,7 @@ android { minSdk = AndroidConfig.minSdk targetSdk = AndroidConfig.targetSdk versionCode = 71 - versionName = "0.12.3.4" + versionName = "0.12.3.5" buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"") buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")