Release 0.11.1

This commit is contained in:
arkon 2021-05-31 19:35:52 -04:00
parent 79ab492a5b
commit 0f3f1e9226
4 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@
I acknowledge that:
- I have updated:
- To the latest version of the app (stable is v0.11.0)
- To the latest version of the app (stable is v0.11.1)
- All extensions
- I have tried the troubleshooting guide: https://tachiyomi.org/help/guides/troubleshooting-problems/
- If this is an issue with an extension, that I should be opening an issue in https://github.com/tachiyomiorg/tachiyomi-extensions

View File

@ -10,7 +10,7 @@ labels: "bug"
I acknowledge that:
- I have updated:
- To the latest version of the app (stable is v0.11.0)
- To the latest version of the app (stable is v0.11.1)
- All extensions
- I have tried the troubleshooting guide: https://tachiyomi.org/help/guides/troubleshooting-problems/
- If this is an issue with an extension, that I should be opening an issue in https://github.com/tachiyomiorg/tachiyomi-extensions

View File

@ -10,7 +10,7 @@ labels: "feature"
I acknowledge that:
- I have updated:
- To the latest version of the app (stable is v0.11.0)
- To the latest version of the app (stable is v0.11.1)
- All extensions
- If this is an issue with an extension, that I should be opening an issue in https://github.com/tachiyomiorg/tachiyomi-extensions
- I have searched the existing issues and this is new ticket **NOT** a duplicate or related to another open issue

View File

@ -28,8 +28,8 @@ android {
minSdkVersion(AndroidConfig.minSdk)
targetSdkVersion(AndroidConfig.targetSdk)
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
versionCode = 62
versionName = "0.11.0"
versionCode = 63
versionName = "0.11.1"
buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")