From bf893a56c93a9c56c5630ce073046bde8780536b Mon Sep 17 00:00:00 2001 From: advplyr Date: Sun, 26 May 2024 17:20:48 -0500 Subject: [PATCH] Version bump v2.10.0 for client --- client/package-lock.json | 4 ++-- client/package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index b0ef18c5..d6fd749a 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,12 +1,12 @@ { "name": "audiobookshelf-client", - "version": "2.9.0", + "version": "2.10.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "audiobookshelf-client", - "version": "2.9.0", + "version": "2.10.0", "license": "ISC", "dependencies": { "@nuxtjs/axios": "^5.13.6", diff --git a/client/package.json b/client/package.json index 618aa8ed..9b2b4f11 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "audiobookshelf-client", - "version": "2.9.0", + "version": "2.10.0", "buildNumber": 1, "description": "Self-hosted audiobook and podcast client", "main": "index.js", @@ -40,4 +40,4 @@ "postcss": "^8.3.6", "tailwindcss": "^3.4.1" } -} \ No newline at end of file +}