Skip to content

Commit

Permalink
Version 0.7.96
Browse files Browse the repository at this point in the history
  • Loading branch information
Jays2Kings committed Feb 1, 2020
1 parent fee957c commit 4d6fb31
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 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 5.0 and above.
![screenshots of app](./.github/readme-images/theming-screenshots.gif)

## Newest Release
[v0.9.75](https://github.com/Jays2Kings/tachiyomi/releases)
[v0.9.76](https://github.com/Jays2Kings/tachiyomi/releases)

## Features

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 56
versionName '0.9.75'
versionCode 57
versionName '0.9.76'

buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
Expand Down
5 changes: 5 additions & 0 deletions app/src/main/res/raw/changelog_release.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog bulletedList="true">
<changelogversion versionName="v0.9.76" changeDate="">
<changelogtext>Bug fixes and performance improvements :)</changelogtext>
<changelogtext>If titles of your manga disappeared in the last update, please go to sources and search for it, this will add the title back</changelogtext>
</changelogversion>

<changelogversion versionName="v0.9.75" changeDate="">
<changelogtext>Edit all manga info from title to tags for both online and local manga</changelogtext>
<changelogtext>Tracked filter no longer shows tracking for services you've logged out of</changelogtext>
Expand Down

0 comments on commit 4d6fb31

Please sign in to comment.