From ab531edac27936b2161603486378ce640000cd12 Mon Sep 17 00:00:00 2001 From: advplyr Date: Sun, 5 Dec 2021 18:36:32 -0600 Subject: [PATCH] Version bump v\0.9.32-beta --- android/app/build.gradle | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index b7d69bcf..fab4ea0e 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 50 - versionName "0.9.31-beta" + versionCode 51 + versionName "0.9.32-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 a7ed9e8b..fc4b82fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "audiobookshelf-app", - "version": "v0.9.31-beta", + "version": "v0.9.32-beta", "author": "advplyr", "scripts": { "dev": "nuxt --hostname localhost --port 1337",