From 19a21519b874bc9828dddb90310d64af61cde7fb Mon Sep 17 00:00:00 2001 From: Jay Date: Mon, 6 Jan 2020 02:55:43 -0800 Subject: [PATCH] Version 0.9.55 --- README.md | 3 ++- app/build.gradle | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2695d79456..cb59786ec4 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Tachiyomi is a free and open source manga reader for Android. ![screenshots of app](./.github/readme-images/theming-screenshots.gif) ## Newest Release -[v0.9.5](https://github.com/Jays2Kings/tachiyomi/releases) +[v0.9.55](https://github.com/Jays2Kings/tachiyomi/releases) ## Features @@ -37,6 +37,7 @@ Plus some new features in this fork such as: * Range Select for Library and Chapters: long Press on an item then long press on another to select everything in between * Automatically checks for extension updates * Batch Auto-Source Migration (taken from [TachiyomiEH](https://github.com/NerdNumber9/TachiyomiEH)) +* Drag & Drop Sorting in Library ## Issues, Feature Requests and Contributing diff --git a/app/build.gradle b/app/build.gradle index 5488d866e4..b55a354980 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -38,8 +38,8 @@ android { minSdkVersion 21 targetSdkVersion 29 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" - versionCode 49 - versionName '0.9.5' + versionCode 50 + versionName '0.9.55' buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\"" buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""