Skip to content

Commit fb62585

Browse files
committed
chore: Version 1.7.8
1 parent 41222af commit fb62585

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
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/docs/guides/troubleshooting/
7-
- I have updated to the latest version of the app (latest Yōkai is v1.7.7)
7+
- I have updated to the latest version of the app (latest Yōkai is v1.7.8)
88
- I will not repeat an issue already requested
99
- If this is a request for an extension/source, I should open an issue in their respective repository
1010

@@ -13,4 +13,4 @@ I acknowledge that:
1313
---
1414

1515
### Why/User Benefit/User Problem
16-
(explain what this issue is about)
16+
(explain what this issue is about)

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ 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.7.7](https://github.com/null2264/yokai/releases/latest)**.
38+
- label: I have updated the app to version **[1.7.8](https://github.com/null2264/yokai/releases/latest)**.
3939
required: true
4040
- label: I have checked through the app settings for my feature.
4141
required: true
4242
- label: I have admitted that I am a clown by having checked this box, as I have not read these acknowledgements.
4343
- label: I will fill out all of the requested information in this form.
44-
required: true
44+
required: true

.github/ISSUE_TEMPLATE/issue_report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,10 @@ 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.7.7](https://github.com/null2264/yokai/releases/latest)**.
103+
- label: I have updated the app to version **[1.7.8](https://github.com/null2264/yokai/releases/latest)**.
104104
required: true
105105
- label: I have updated all installed extensions.
106106
required: true
107107
- label: I have admitted that I am a clown by having checked this box, as I have not read these acknowledgements.
108108
- label: I have filled out all of the requested information in this form.
109-
required: true
109+
required: true

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ android {
3535
minSdk = AndroidConfig.minSdk
3636
targetSdk = AndroidConfig.targetSdk
3737
applicationId = "eu.kanade.tachiyomi"
38-
versionCode = 114
39-
versionName = "1.7.7"
38+
versionCode = 115
39+
versionName = "1.7.8"
4040
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
4141
multiDexEnabled = true
4242

0 commit comments

Comments
 (0)