Skip to content

Commit cea83d3

Browse files
committed
Version 1.3.1
1 parent 7461d4a commit cea83d3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.3.0)
14+
- I have updated to the latest version of the app (latest J2K is v1.3.1)
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: "\U0001F31F Feature request"
3-
about: Suggest a feature to improve Tachiyomi
3+
about: Suggest a feature to improve TachiyomiJ2K
44
title: "[Feature Request] Write short description here"
55
labels: feature
66
assignees: ''
@@ -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.3.0)
14+
- I have updated to the latest version of the app (latest J2K is v1.3.1)
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 = 80
100-
const val versionName = "1.3.0"
99+
const val versionCode = 81
100+
const val versionName = "1.3.1"
101101
const val ndk = "22.0.7026061"
102102
}
103103

0 commit comments

Comments
 (0)