Skip to content

Commit 6018aa9

Browse files
committed
Release v0.16.1
1 parent 99fd273 commit 6018aa9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/report_issue.yml

+2-2
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.0"
56+
Example: "0.16.1"
5757
validations:
5858
required: true
5959

@@ -98,7 +98,7 @@ body:
9898
required: true
9999
- label: I have gone through the [FAQ](https://mihon.app/docs/faq/general) and [troubleshooting guide](https://mihon.app/docs/guides/troubleshooting/).
100100
required: true
101-
- label: I have updated the app to version **[0.16.0](https://github.com/mihonapp/mihon/releases/latest)**.
101+
- label: I have updated the app to version **[0.16.1](https://github.com/mihonapp/mihon/releases/latest)**.
102102
required: true
103103
- label: I have updated all installed extensions.
104104
required: true

.github/ISSUE_TEMPLATE/request_feature.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ body:
3333
required: true
3434
- label: If this is an issue with an official extension, I should be opening an issue in the [extensions repository](https://github.com/tachiyomiorg/extensions/issues/new/choose).
3535
required: true
36-
- label: I have updated the app to version **[0.16.0](https://github.com/mihonapp/mihon/releases/latest)**.
36+
- label: I have updated the app to version **[0.16.1](https://github.com/mihonapp/mihon/releases/latest)**.
3737
required: true
3838
- label: I will fill out all of the requested information in this form.
3939
required: true

app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ android {
2222
defaultConfig {
2323
applicationId = "app.mihon"
2424

25-
versionCode = 1
26-
versionName = "0.16.0"
25+
versionCode = 2
26+
versionName = "0.16.1"
2727

2828
buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
2929
buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")

0 commit comments

Comments
 (0)