Skip to content

Commit

Permalink
Merge pull request #5831 from Bnyro/master
Browse files Browse the repository at this point in the history
chore: bump version to 0.22.2
  • Loading branch information
Bnyro authored Mar 28, 2024
2 parents e1ec0aa + 07b2b14 commit 93ebfaf
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 206 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId = "com.github.libretube"
minSdk = 21
targetSdk = 34
versionCode = 49
versionName = "0.22.1"
versionCode = 50
versionName = "0.22.2"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
resValue("string", "app_name", "LibreTube")

Expand Down
Loading

0 comments on commit 93ebfaf

Please sign in to comment.