diff --git a/android/app/build.gradle b/android/app/build.gradle index 08c79238..b7d69bcf 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -13,8 +13,8 @@ android { applicationId "com.audiobookshelf.app" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 49 - versionName "0.9.30-beta" + versionCode 50 + versionName "0.9.31-beta" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions { // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps. diff --git a/package.json b/package.json index 52701f59..a7ed9e8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "audiobookshelf-app", - "version": "v0.9.30-beta", + "version": "v0.9.31-beta", "author": "advplyr", "scripts": { "dev": "nuxt --hostname localhost --port 1337", diff --git a/pages/bookshelf.vue b/pages/bookshelf.vue index f2346c52..ebc13ff3 100644 --- a/pages/bookshelf.vue +++ b/pages/bookshelf.vue @@ -15,9 +15,12 @@ for library {{ currentLibraryName }}
-Audiobookshelf server not connected
+Audiobookshelf server not connected.
+Important! This app requires that you are running your own server and does not provide any content.
AudioBookshelf
+Audiobookshelf
+ +Important! This app requires that you are running your own server and does not provide any content.
For testing android auto functionality there are 2 sample audio files included.
Connecting socket..