Version 0.9.55

This commit is contained in:
Jay 2020-01-06 02:55:43 -08:00
parent 01f746ec69
commit 19a21519b8
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

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