Skip to content

Commit

Permalink
Version bump 0.9.71-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
advplyr committed Jan 1, 2024
1 parent 6e57cb4 commit f928df1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ android {
applicationId "com.audiobookshelf.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 101
versionName "0.9.70-beta"
versionCode 102
versionName "0.9.71-beta"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
manifestPlaceholders = [
"appAuthRedirectScheme": "com.audiobookshelf.app"
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "audiobookshelf-app",
"version": "0.9.70-beta",
"version": "0.9.71-beta",
"author": "advplyr",
"scripts": {
"dev": "nuxt --hostname 0.0.0.0 --port 1337",
Expand Down Expand Up @@ -47,4 +47,4 @@
"@nuxtjs/tailwindcss": "^6.10.3",
"postcss": "^8.3.5"
}
}
}

0 comments on commit f928df1

Please sign in to comment.