From 286d2b4cf629919e17274297fd317c88cb822fd1 Mon Sep 17 00:00:00 2001 From: arkon Date: Fri, 1 May 2020 21:42:34 -0400 Subject: [PATCH] Release 0.9.1 --- app/build.gradle | 4 ++-- app/src/main/res/raw/changelog_release.xml | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index fa4ac8461..8a206cbc3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -38,8 +38,8 @@ android { minSdkVersion 21 targetSdkVersion 29 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" - versionCode 43 - versionName "0.9.0" + versionCode 44 + versionName "0.9.1" buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\"" buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\"" diff --git a/app/src/main/res/raw/changelog_release.xml b/app/src/main/res/raw/changelog_release.xml index dce550ea3..efa615cfb 100644 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,5 +1,9 @@ + + Please see [a href="https://github.com/inorichi/tachiyomi/releases/tag/v0.9.1"]the changelog on GitHub[/a]. + + This is a huge release! Please see [a href="https://github.com/inorichi/tachiyomi/releases/tag/v0.9.0"]the changelog on GitHub[/a].