From c9e1e6e020cb37b658b74958d5aba4f7ed1bb713 Mon Sep 17 00:00:00 2001 From: inorichi Date: Mon, 17 Oct 2016 08:32:10 +0200 Subject: [PATCH] Release 0.3.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 2c0d6cbfb..5355e7f6a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -42,8 +42,8 @@ android { minSdkVersion 16 targetSdkVersion 24 testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" - versionCode 11 - versionName "0.3.0" + versionCode 12 + versionName "0.3.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 468bff49d..7b3d7d630 100644 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,6 +1,10 @@ + + Fixed a crash when opening latest updates. ([a href="https://github.com/inorichi/tachiyomi/issues/495"]#495[/a]) + + Added a new tab to show latest manga updates from the catalogues. ([a href="https://github.com/inorichi/tachiyomi/issues/61"]#61[/a])