Skip to content

Commit 4b46c0f

Browse files
committed
Version 1.0.18
1 parent ad4c932 commit 4b46c0f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ assignees: ''
1111

1212
I acknowledge that:
1313

14-
- I have updated to the latest version of the app (latest J2K is v1.0.17)
14+
- I have updated to the latest version of the app (latest J2K is v1.0.18)
1515
- I have checked that my bug has been reported or fixed in the issues page
1616
- I will only report bugs exclusive to this fork. I have checked that is not an issue on the main tachiyomi version (https://github.com/tachiyomiorg/tachiyomi)
1717
- I have updated all extensions

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ assignees: ''
1111

1212
I acknowledge that:
1313

14-
- I have updated to the latest version of the app (latest J2K is v1.0.17)
14+
- I have updated to the latest version of the app (latest J2K is v1.0.18)
1515
- I will not repeat a request for a feature already requested
1616
- If this is an request for an extension/source, that I should be opening an issue in https://github.com/tachiyomiorg/tachiyomi-extensions
1717

buildSrc/src/main/kotlin/Dependencies.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ object AndroidVersions {
9999
const val compileSdk = 30
100100
const val minSdk = 23
101101
const val targetSdk = 30
102-
const val versionCode = 74
103-
const val versionName = "1.0.17"
102+
const val versionCode = 75
103+
const val versionName = "1.0.18"
104104
const val ndk = "22.0.7026061"
105105
}
106106

0 commit comments

Comments
 (0)