Version bump 0.9.38-beta

This commit is contained in:
advplyr
2022-01-20 14:02:09 -06:00
parent 4cdcbf79d7
commit 1a555eab63
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ android {
applicationId "com.audiobookshelf.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 57
versionName "0.9.37-beta"
versionCode 58
versionName "0.9.38-beta"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "audiobookshelf-app",
"version": "0.9.37-beta",
"version": "0.9.38-beta",
"author": "advplyr",
"scripts": {
"dev": "nuxt --hostname localhost --port 1337",