Skip to content

Commit

Permalink
Merge branch 'tachiyomiorg:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
jmir1 committed Jul 14, 2021
2 parents 38b2e42 + 423f070 commit 8254f8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/request_feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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()}\"")
Expand Down

0 comments on commit 8254f8a

Please sign in to comment.