Version bump 0.9.55-beta

This commit is contained in:
advplyr 2022-07-28 18:36:43 -05:00
parent 38cc2adf0f
commit 4758f3e557
4 changed files with 8 additions and 7 deletions

View file

@ -33,8 +33,8 @@ android {
applicationId "com.audiobookshelf.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 85
versionName "0.9.54-beta"
versionCode 86
versionName "0.9.55-beta"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

View file

@ -120,7 +120,8 @@ export default {
return
}
const { user, userDefaultLibraryId } = authRes
const { user, userDefaultLibraryId, serverSettings } = authRes
this.$store.commit('setServerSettings', serverSettings)
// Set library - Use last library if set and available fallback to default user library
var lastLibraryId = await this.$localStore.getLastLibraryId()

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "audiobookshelf-app",
"version": "0.9.54-beta",
"version": "0.9.55-beta",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "audiobookshelf-app",
"version": "0.9.54-beta",
"version": "0.9.55-beta",
"dependencies": {
"@capacitor/android": "^3.4.3",
"@capacitor/app": "^1.1.1",

View file

@ -1,6 +1,6 @@
{
"name": "audiobookshelf-app",
"version": "0.9.54-beta",
"version": "0.9.55-beta",
"author": "advplyr",
"scripts": {
"dev": "nuxt --hostname 0.0.0.0 --port 1337",