diff --git a/.github/ISSUE_TEMPLATE/request_feature.yml b/.github/ISSUE_TEMPLATE/request_feature.yml index d6b30a255d..8ec00c67b4 100644 --- a/.github/ISSUE_TEMPLATE/request_feature.yml +++ b/.github/ISSUE_TEMPLATE/request_feature.yml @@ -24,7 +24,7 @@ body: id: feature-description attributes: label: Describe your suggested feature - description: How can an existing extension be improved? + description: How can Aniyomi be improved? placeholder: | Example: "It should work like this..." diff --git a/app/build.gradle.kts b/app/build.gradle.kts index e6ab2526c9..f4224a7776 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -31,7 +31,7 @@ android { targetSdkVersion(AndroidConfig.targetSdk) testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" versionCode = 65 - versionName = "0.11.1.10" + versionName = "0.11.1.11" buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"") buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")