Version bump 0.9.62-beta

This commit is contained in:
advplyr 2023-02-19 14:51:34 -06:00
parent 0f42a411a9
commit 9214fecc86
3 changed files with 6 additions and 6 deletions

View file

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

6
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "audiobookshelf-app",
"version": "0.9.61-beta",
"version": "0.9.62-beta",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "audiobookshelf-app",
"version": "0.9.61-beta",
"version": "0.9.62-beta",
"dependencies": {
"@capacitor/android": "^4.0.0",
"@capacitor/app": "^4.0.0",
@ -33339,4 +33339,4 @@
"integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q=="
}
}
}
}

View file

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