diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 7d3c0e6147..7c9732a750 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -14,9 +14,9 @@ * Catalogue requests should be created at https://github.com/inorichi/tachiyomi-extensions#readme, not here # Bugs -* Include version (Setting > About > Version) +* Include version (More > About > Version) * If not latest, try updating, it may have already been solved - * Dev version is equal to the number of commits as seen in the main page + * Preview version is equal to the number of commits as seen in the main page * Include steps to reproduce (if not obvious from description) * Include screenshot (if needed) * If it could be device-dependent, try reproducing on another device (if possible) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 1f887f589e..62398e7c74 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -2,7 +2,7 @@ I acknowledge that: -- I have updated to the latest version of the app (stable is v0.9.2) +- I have updated to the latest version of the app (stable is v0.10.0) - I have updated all extensions - If this is an issue with an extension, that I should be opening an issue in https://github.com/inorichi/tachiyomi-extensions diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 0b6b2da060..11e5331f8d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -9,7 +9,7 @@ labels: "bug" I acknowledge that: -- I have updated to the latest version of the app (stable is v0.9.2) +- I have updated to the latest version of the app (stable is v0.10.0) - I have updated all extensions - If this is an issue with an extension, that I should be opening an issue in https://github.com/inorichi/tachiyomi-extensions diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index e0b2ca7ead..c926f8d233 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -9,7 +9,7 @@ labels: "feature" I acknowledge that: -- I have updated to the latest version of the app (stable is v0.9.2) +- I have updated to the latest version of the app (stable is v0.10.0) - I have updated all extensions - If this is an issue with an extension, that I should be opening an issue in https://github.com/inorichi/tachiyomi-extensions diff --git a/.github/readme-images/screens.png b/.github/readme-images/screens.png index 16d43a6498..ef0e9a1ac1 100644 Binary files a/.github/readme-images/screens.png and b/.github/readme-images/screens.png differ diff --git a/README.md b/README.md index 81aa1ee8a0..f46d30475e 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Please make sure to read the full guidelines. Your issue may be closed without w
Bugs -* Include version (Setting > About > Version) +* Include version (More > About > Version) * If not latest, try updating, it may have already been solved * Preview version is equal to the number of commits as seen in the main page * Include steps to reproduce (if not obvious from description) diff --git a/app/build.gradle b/app/build.gradle index cce43730eb..34c0495de7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -40,8 +40,8 @@ android { minSdkVersion AndroidConfig.minSdk targetSdkVersion AndroidConfig.targetSdk testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" - versionCode 45 - versionName "0.9.2" + versionCode 46 + versionName "0.10.0" buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\"" buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""