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()}\""