Web and android version bump 0.9.43-beta

This commit is contained in:
advplyr 2022-04-28 17:44:44 -05:00
parent 8411428241
commit cffa7f5344
2 changed files with 3 additions and 3 deletions

View file

@ -29,8 +29,8 @@ android {
applicationId "com.audiobookshelf.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 71
versionName "0.9.42-beta"
versionCode 72
versionName "0.9.43-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

@ -1,6 +1,6 @@
{
"name": "audiobookshelf-app",
"version": "0.9.42-beta",
"version": "0.9.43-beta",
"author": "advplyr",
"scripts": {
"dev": "nuxt --hostname localhost --port 1337",