Version bump 0.9.47-beta

This commit is contained in:
advplyr 2022-06-04 15:11:49 -05:00
parent ad12e6a19d
commit 15d68ca285
3 changed files with 4 additions and 4 deletions

View file

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

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "audiobookshelf-app",
"version": "0.9.46-beta",
"version": "0.9.47-beta",
"lockfileVersion": 2,
"requires": true,
"packages": {

View file

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