Version bump 0.9.54-beta

This commit is contained in:
advplyr 2022-07-22 08:25:48 -05:00
parent 4c678836fb
commit 4ed9d702e9
3 changed files with 5 additions and 5 deletions

View file

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

4
package-lock.json generated
View file

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

View file

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