Skip to content

Commit 8aac294

Browse files
committed
Version 1.3.0
1 parent ac6f7de commit 8aac294

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.2.1)
14+
- I have updated to the latest version of the app (latest J2K is v1.3.0)
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.2.1)
14+
- I have updated to the latest version of the app (latest J2K is v1.3.0)
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
@@ -96,8 +96,8 @@ object AndroidVersions {
9696
const val compileSdk = 31
9797
const val minSdk = 23
9898
const val targetSdk = 30
99-
const val versionCode = 79
100-
const val versionName = "1.2.1"
99+
const val versionCode = 80
100+
const val versionName = "1.3.0"
101101
const val ndk = "22.0.7026061"
102102
}
103103

0 commit comments

Comments
 (0)