Version bump 0.9.40-beta

This commit is contained in:
advplyr 2022-02-03 09:22:43 -06:00
parent 6b59ad5bd3
commit abb41979f4
2 changed files with 3 additions and 3 deletions

View file

@ -13,8 +13,8 @@ android {
applicationId "com.audiobookshelf.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 59
versionName "0.9.39-beta"
versionCode 60
versionName "0.9.40-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.39-beta",
"version": "0.9.40-beta",
"author": "advplyr",
"scripts": {
"dev": "nuxt --hostname localhost --port 1337",