From 9f29b245d7e2f367da3f55f0aed52b1b79e0afdb Mon Sep 17 00:00:00 2001 From: advplyr Date: Sat, 5 Mar 2022 15:46:06 -0600 Subject: [PATCH] Version bump 1.7.2 --- client/package.json | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/package.json b/client/package.json index f278b188..ed40c10d 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "audiobookshelf-client", - "version": "1.7.1", + "version": "1.7.2", "description": "Audiobook manager and player", "main": "index.js", "scripts": { diff --git a/package.json b/package.json index c4d3b310..198c5d58 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "audiobookshelf", - "version": "1.7.1", + "version": "1.7.2", "description": "Self-hosted audiobook server for managing and playing audiobooks", "main": "index.js", "scripts": { @@ -55,4 +55,4 @@ "xml2js": "^0.4.23" }, "devDependencies": {} -} +} \ No newline at end of file