Skip to content

Commit 301500d

Browse files
committed
Release v1.9.2
1 parent b1014f8 commit 301500d

File tree

5 files changed

+9
-6
lines changed

5 files changed

+9
-6
lines changed

.github/ISSUE_TEMPLATE.md

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

55
- I have updated:
6-
- To the latest version of the app (stable is v1.9.1)
6+
- To the latest version of the app (stable is v1.9.2)
77
- All extensions
88
- I have tried the troubleshooting guide: https://tachiyomi.org/help/guides/troubleshooting-problems/
99
- If this is an issue with an extension, that I should be opening an issue in https://github.com/tachiyomiorg/tachiyomi-extensions

.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: Tachiyomi version
5454
description: You can find your Tachiyomi version in **More → About**.
5555
placeholder: |
56-
Example: "1.9.1"
56+
Example: "1.9.2"
5757
validations:
5858
required: true
5959

@@ -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.9.1](https://github.com/jobobby04/tachiyomisy/releases/latest)**.
103+
- label: I have updated the app to version **[1.9.2](https://github.com/jobobby04/tachiyomisy/releases/latest)**.
104104
required: true
105105
- label: I have updated all installed extensions.
106106
required: true

.github/ISSUE_TEMPLATE/request_feature.yml

Lines changed: 1 addition & 1 deletion
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 extension, I should be opening an issue in the [extensions repository](https://github.com/tachiyomiorg/tachiyomi-extensions/issues/new/choose).
3535
required: true
36-
- label: I have updated the app to version **[1.9.1](https://github.com/jobobby04/tachiyomisy/releases/latest)**.
36+
- label: I have updated the app to version **[1.9.2](https://github.com/jobobby04/tachiyomisy/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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ android {
2626

2727
defaultConfig {
2828
applicationId = "eu.kanade.tachiyomi.sy"
29-
versionCode = 48
30-
versionName = "1.9.1"
29+
versionCode = 49
30+
versionName = "1.9.2"
3131

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

app/src/main/res/raw/changelog_release.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<changelog bulletedList="true">
3+
<changelogversion versionName="1.9.2" changeDate="Apr 17,2023">
4+
<changelogtext>Hotfix for 1.9.1</changelogtext>
5+
</changelogversion>
36
<changelogversion versionName="1.9.1" changeDate="Apr 16,2023">
47
<changelogtext>[b]Based on Tachiyomi stable 0.14.6(from 0.14.3)[/b]</changelogtext>
58
<changelogtext>[b]New[/b] Add support for wsrv.nl data saver</changelogtext>

0 commit comments

Comments
 (0)