Skip to content

Commit

Permalink
chore: bump version to v0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bnyro committed May 1, 2024
1 parent 2ad84ed commit 3c1b81e
Show file tree
Hide file tree
Showing 5 changed files with 1,539 additions and 563 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 = 50
versionName = "0.22.2"
versionCode = 51
versionName = "0.23.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
resValue("string", "app_name", "LibreTube")

Expand Down
Loading

0 comments on commit 3c1b81e

Please sign in to comment.