Skip to content

Commit 6d4267b

Browse files
committed
Merge branch 'release/v0.16.5'
2 parents 56e66e0 + 2a01a2a commit 6d4267b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/report_issue.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ body:
5353
label: Mihon version
5454
description: You can find your Mihon version in **More → About**.
5555
placeholder: |
56-
Example: "0.16.4"
56+
Example: "0.16.5"
5757
validations:
5858
required: true
5959

@@ -96,7 +96,7 @@ body:
9696
required: true
9797
- label: I have gone through the [FAQ](https://mihon.app/docs/faq/general) and [troubleshooting guide](https://mihon.app/docs/guides/troubleshooting/).
9898
required: true
99-
- label: I have updated the app to version **[0.16.4](https://github.com/mihonapp/mihon/releases/latest)**.
99+
- label: I have updated the app to version **[0.16.5](https://github.com/mihonapp/mihon/releases/latest)**.
100100
required: true
101101
- label: I have updated all installed extensions.
102102
required: true

.github/ISSUE_TEMPLATE/request_feature.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ body:
3131
required: true
3232
- label: I have written a short but informative title.
3333
required: true
34-
- label: I have updated the app to version **[0.16.4](https://github.com/mihonapp/mihon/releases/latest)**.
34+
- label: I have updated the app to version **[0.16.5](https://github.com/mihonapp/mihon/releases/latest)**.
3535
required: true
3636
- label: I will fill out all of the requested information in this form.
3737
required: true

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ android {
2626
applicationId = "app.mihon"
2727

2828
versionCode = 7
29-
versionName = "0.16.4"
29+
versionName = "0.16.5"
3030

3131
buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
3232
buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")

0 commit comments

Comments
 (0)