diff --git a/android/app/build.gradle b/android/app/build.gradle index 6ed6df03..d5921e4d 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 55 - versionName "0.9.35-beta" + versionCode 56 + versionName "0.9.36-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 346336ec..80c20ea8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "audiobookshelf-app", - "version": "0.9.35-beta", + "version": "0.9.36-beta", "author": "advplyr", "scripts": { "dev": "nuxt --hostname localhost --port 1337", @@ -39,4 +39,4 @@ "@nuxtjs/tailwindcss": "^4.2.0", "postcss": "^8.3.5" } -} +} \ No newline at end of file diff --git a/readme.md b/readme.md index dba94ffc..0a7c256e 100644 --- a/readme.md +++ b/readme.md @@ -2,13 +2,23 @@ AudioBookshelf is a self-hosted audiobook server for managing and playing your audiobooks. +### Android (beta) Get the Android app on the [Google Play Store](https://play.google.com/store/apps/details?id=com.audiobookshelf.app) -[Go to the main project repo github.com/advplyr/audiobookshelf](https://github.com/advplyr/audiobookshelf) +### iOS (beta) -[audiobookshelf.org](https://audiobookshelf.org) +Available to beta testers through Test Flight -**Currently in Beta** - **Requires an Audiobookshelf server to connect with** +Join the beta testers and install the iOS app: https://testflight.apple.com/join/wiic7QIW + + +Join the discussion: https://github.com/advplyr/audiobookshelf-app/discussions/60 + +--- + +[Go to the main project repo github.com/advplyr/audiobookshelf](https://github.com/advplyr/audiobookshelf) or the project site [audiobookshelf.org](https://audiobookshelf.org) + +**Requires an Audiobookshelf server to connect with** Screenshot1