diff --git a/src/en/thepropertyofhate/build.gradle b/src/en/thepropertyofhate/build.gradle index fa9c63ce5..8ea03923b 100644 --- a/src/en/thepropertyofhate/build.gradle +++ b/src/en/thepropertyofhate/build.gradle @@ -5,7 +5,7 @@ ext { extName = 'The Property of Hate' pkgNameSuffix = 'en.thepropertyofhate' extClass = '.ThePropertyOfHate' - extVersionCode = 2 + extVersionCode = 3 libVersion = '1.2' } diff --git a/src/en/thepropertyofhate/src/eu/kanade/tachiyomi/extension/en/thepropertyofhate/ThePropertyOfHate.kt b/src/en/thepropertyofhate/src/eu/kanade/tachiyomi/extension/en/thepropertyofhate/ThePropertyOfHate.kt index 4145ca3e5..780a85f43 100644 --- a/src/en/thepropertyofhate/src/eu/kanade/tachiyomi/extension/en/thepropertyofhate/ThePropertyOfHate.kt +++ b/src/en/thepropertyofhate/src/eu/kanade/tachiyomi/extension/en/thepropertyofhate/ThePropertyOfHate.kt @@ -87,7 +87,7 @@ class ThePropertyOfHate : HttpSource() { ) } - return chapters + return chapters.reversed() } override fun pageListParse(response: Response): List {