From cdbefd9191a5b295a8cb249c4899b50cba021017 Mon Sep 17 00:00:00 2001 From: arkon Date: Sun, 2 Aug 2020 14:30:51 -0400 Subject: [PATCH] Release 0.10.2 --- .github/ISSUE_TEMPLATE.md | 2 +- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- app/build.gradle | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index af29934c0b..3aaa59e852 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -2,7 +2,7 @@ I acknowledge that: -- I have updated to the latest version of the app (stable is v0.10.1) +- I have updated to the latest version of the app (stable is v0.10.2) - I have updated all extensions - If this is an issue with an extension, that I should be opening an issue in https://github.com/inorichi/tachiyomi-extensions diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a520311f47..a8e528ca78 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -9,7 +9,7 @@ labels: "bug" I acknowledge that: -- I have updated to the latest version of the app (stable is v0.10.1) +- I have updated to the latest version of the app (stable is v0.10.2) - I have updated all extensions - If this is an issue with an extension, that I should be opening an issue in https://github.com/inorichi/tachiyomi-extensions diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index c586a2b6c4..49ba286d41 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -9,7 +9,7 @@ labels: "feature" I acknowledge that: -- I have updated to the latest version of the app (stable is v0.10.1) +- I have updated to the latest version of the app (stable is v0.10.2) - I have updated all extensions - If this is an issue with an extension, that I should be opening an issue in https://github.com/inorichi/tachiyomi-extensions diff --git a/app/build.gradle b/app/build.gradle index 9b4d66feac..709700cd5d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -40,8 +40,8 @@ android { minSdkVersion AndroidConfig.minSdk targetSdkVersion AndroidConfig.targetSdk testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" - versionCode 47 - versionName "0.10.1" + versionCode 48 + versionName "0.10.2" buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\"" buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""