Skip to content

Commit 30d6c5c

Browse files
committed
chore(release): v1.8.3
1 parent 87b8430 commit 30d6c5c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.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 contacting the extensions repository's maintainer/support for help.
3737
required: true
38-
- label: I have updated the app to version **[1.8.2](https://github.com/null2264/yokai/releases/latest)**.
38+
- label: I have updated the app to version **[1.8.3](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

.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://mihon.app/help/).
102102
required: true
103-
- label: I have updated the app to version **[1.8.2](https://github.com/null2264/yokai/releases/latest)**.
103+
- label: I have updated the app to version **[1.8.3](https://github.com/null2264/yokai/releases/latest)**.
104104
required: true
105105
- label: I have updated all installed extensions.
106106
required: true

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
## Other
99
-->
10-
Please backup your data before updating to this version.
10+
# Please backup your data before updating to this version.
1111

1212
## Additions
1313
- Extensions now can be trusted by repo

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ android {
3636
minSdk = AndroidConfig.minSdk
3737
targetSdk = AndroidConfig.targetSdk
3838
applicationId = "eu.kanade.tachiyomi"
39-
versionCode = 130
40-
versionName = "1.8.2"
39+
versionCode = 131
40+
versionName = "1.8.3"
4141
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
4242
multiDexEnabled = true
4343

0 commit comments

Comments
 (0)