From 9a74825bad3c9f6897b532a6b1296d133518a543 Mon Sep 17 00:00:00 2001 From: advplyr Date: Tue, 17 Aug 2021 17:51:07 -0500 Subject: [PATCH] Add version to config --- client/package.json | 6 +++--- client/pages/config/index.vue | 2 ++ docker-template.xml | 8 ++++---- package.json | 4 ++-- 4 files changed, 11 insertions(+), 9 deletions(-) diff --git a/client/package.json b/client/package.json index 90a45b6d..0adedab1 100644 --- a/client/package.json +++ b/client/package.json @@ -1,7 +1,7 @@ { "name": "audiobookshelf-client", - "version": "1.0.0", - "description": "", + "version": "0.9.1", + "description": "Audiobook manager and player", "main": "index.js", "scripts": { "dev": "nuxt", @@ -25,4 +25,4 @@ "@nuxtjs/tailwindcss": "^4.2.1", "postcss": "^8.3.6" } -} +} \ No newline at end of file diff --git a/client/pages/config/index.vue b/client/pages/config/index.vue index 7e612ceb..3778f45e 100644 --- a/client/pages/config/index.vue +++ b/client/pages/config/index.vue @@ -12,6 +12,8 @@
Scan
+
+

v{{ $config.version }}

diff --git a/docker-template.xml b/docker-template.xml index 775cee3d..9ffeafd2 100644 --- a/docker-template.xml +++ b/docker-template.xml @@ -25,7 +25,7 @@ bridge - 3337 + 13378 80 tcp @@ -33,7 +33,7 @@ - /mnt/user/media/Audiobooks/ + /audiobooks rw @@ -50,8 +50,8 @@ - /mnt/user/media/Audiobooks/ + /mnt/user/appdata/audiobookshelf/config/ /mnt/user/appdata/audiobookshelf/metadata/ - 3337 + 13378 \ No newline at end of file diff --git a/package.json b/package.json index ea22cb66..3f5e309b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "audiobookshelf", - "version": "1.0.0", + "version": "0.9.1", "description": "", "main": "index.js", "scripts": { @@ -23,4 +23,4 @@ "node-dir": "^0.1.17", "socket.io": "^4.1.3" } -} +} \ No newline at end of file