Skip to content

Commit

Permalink
release 2.1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nonproto committed Aug 9, 2020
1 parent 31a5f22 commit 08173a3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</p>
<p align="center">
<a href="https://github.com/CarlosEsco/Neko/releases/latest"><img src="https://img.shields.io/github/release/CarlosEsco/Neko.svg?maxAge=3600&style=for-the-badge&label=download"/></a>
<img src="https://img.shields.io/github/workflow/status/carlosesco/neko/Android%20CI?style=for-the-badge" />
<a href="https://github.com/carlosesco/neko/actions?query=workflow%3A%22Android+CI%22"><img src="https://img.shields.io/github/workflow/status/carlosesco/neko/Android%20CI?style=for-the-badge" /></a>
<img src="https://img.shields.io/github/stars/CarlosEsco/Neko.svg?style=for-the-badge" />
<a href="https://discord.gg/tachiyomi"><img src="https://img.shields.io/discord/349436576037732353.svg?style=for-the-badge"/></a>

Expand Down
8 changes: 8 additions & 0 deletions app/src/main/res/raw/changelog_release.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog bulletedList="true">
<changelogversion
changeDate=""
versionName="v2.1.2.1">
<changelogtext>NOTICE!!! please read the 2.1.2 changelog below</changelogtext>
<changelogtext>Fix: Bug where reading a chapter was not deleting it when enabled</changelogtext>
<changelogtext>Fix: Clean up downloads in settings mistakenly deleting chapters for manga with special characters in name</changelogtext>
<changelogtext>Fix: Similar manga was showing library manga as not in library</changelogtext>
</changelogversion>
<changelogversion
changeDate=""
versionName="v2.1.2">
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ object AndroidVersions {
const val COMPILE_SDK = 29
const val MIN_SDK = 24
const val TARGET_SDK = 29
const val VERSION_CODE = 80
const val VERSION_NAME = "2.1.2"
const val VERSION_CODE = 81
const val VERSION_NAME = "2.1.2.1"
}

object BuildPluginsVersion {
Expand Down

0 comments on commit 08173a3

Please sign in to comment.