Version bump 0.9.50

This commit is contained in:
advplyr 2022-07-02 16:40:31 -05:00
parent b16a7342aa
commit 39b137c7f1
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 80
versionName "0.9.49-beta"
versionCode 81
versionName "0.9.50-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.49-beta",
"version": "0.9.50-beta",
"lockfileVersion": 2,
"requires": true,
"packages": {

View file

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