Skip to content

Commit

Permalink
Merge pull request #5157 from Bnyro/master
Browse files Browse the repository at this point in the history
chore: bump version to v0.20.0
  • Loading branch information
Bnyro authored Nov 15, 2023
2 parents 9604e02 + 36be041 commit 2e98579
Show file tree
Hide file tree
Showing 3 changed files with 535 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId = "com.github.libretube"
minSdk = 21
targetSdk = 33
versionCode = 43
versionName = "0.19.0"
versionCode = 44
versionName = "0.20.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
resValue("string", "app_name", "LibreTube")

Expand Down
Loading

0 comments on commit 2e98579

Please sign in to comment.