Skip to content

Commit 21a2705

Browse files
committed
Version 1.6.6
1 parent b560fe6 commit 21a2705

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ I acknowledge that:
44

55
- If this is a bug or a feature, I will not use this issue template and instead use one of the options on the previous page
66
- I have tried the troubleshooting guide: https://tachiyomi.org/help/guides/troubleshooting-problems/
7-
- I have updated to the latest version of the app (latest J2K is v1.6.5)
7+
- I have updated to the latest version of the app (latest J2K is v1.6.6)
88
- I will not repeat an issue already requested
99
- If this is an request for an extension/source, that I should be opening an issue in https://github.com/tachiyomiorg/tachiyomi-extensions
1010

.github/ISSUE_TEMPLATE/beta_issue_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ body:
100100
required: true
101101
- label: I have tried the [troubleshooting guide](https://tachiyomi.org/help/guides/troubleshooting/).
102102
required: true
103-
- label: I have updated the app to beta version **[1.7.0-b01](https://github.com/Jays2Kings/tachiyomiJ2K/releases/latest)**.
103+
- label: I have updated the app to beta version **[1.7.0-b02](https://github.com/Jays2Kings/tachiyomiJ2K/releases)**.
104104
required: true
105105
- label: I have updated all installed extensions.
106106
required: true

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ body:
3535
required: true
3636
- label: If this is an issue with an extension, or a request for an extension, I should be opening an issue in the [extensions repository](https://github.com/tachiyomiorg/tachiyomi-extensions/issues/new/choose).
3737
required: true
38-
- label: I have updated the app to version **[1.6.5](https://github.com/Jays2Kings/tachiyomiJ2K/releases/latest)**.
38+
- label: I have updated the app to version **[1.6.6](https://github.com/Jays2Kings/tachiyomiJ2K/releases/latest)**.
3939
required: true
4040
- label: I have checked through the app settings for my feature.
4141
required: true

.github/ISSUE_TEMPLATE/issue_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ body:
100100
required: true
101101
- label: I have tried the [troubleshooting guide](https://tachiyomi.org/help/guides/troubleshooting/).
102102
required: true
103-
- label: I have updated the app to version **[1.6.5](https://github.com/Jays2Kings/tachiyomiJ2K/releases/latest)**.
103+
- label: I have updated the app to version **[1.6.6](https://github.com/Jays2Kings/tachiyomiJ2K/releases/latest)**.
104104
required: true
105105
- label: I have updated all installed extensions.
106106
required: true

buildSrc/src/main/kotlin/Dependencies.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ object AndroidVersions {
44
const val compileSdk = 33
55
const val minSdk = 23
66
const val targetSdk = 30
7-
const val versionCode = 103
8-
const val versionName = "1.6.5"
7+
const val versionCode = 104
8+
const val versionName = "1.6.6"
99
const val ndk = "23.1.7779620"
1010
const val kotlin = "1.8.10"
1111
}

0 commit comments

Comments
 (0)