Skip to content

Commit

Permalink
Version 0.9.55
Browse files Browse the repository at this point in the history
  • Loading branch information
Jays2Kings committed Jan 6, 2020
1 parent 01f746e commit 19a2151
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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()}\""
Expand Down

0 comments on commit 19a2151

Please sign in to comment.