Version bump 0.9.72-beta

This commit is contained in:
advplyr 2024-02-10 16:35:01 -06:00
parent e15c1bcb32
commit 81d7b1cfd7
3 changed files with 7 additions and 7 deletions

View file

@ -33,8 +33,8 @@ android {
applicationId "com.audiobookshelf.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 102
versionName "0.9.71-beta"
versionCode 103
versionName "0.9.72-beta"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
manifestPlaceholders = [
"appAuthRedirectScheme": "com.audiobookshelf.app"

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "audiobookshelf-app",
"version": "0.9.71-beta",
"version": "0.9.72-beta",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "audiobookshelf-app",
"version": "0.9.71-beta",
"version": "0.9.72-beta",
"dependencies": {
"@byteowls/capacitor-filesharer": "^5.0.0",
"@capacitor/android": "^5.0.0",

View file

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