From 944a5b3e92713abf17377975d308035b9612c3d8 Mon Sep 17 00:00:00 2001 From: advplyr Date: Mon, 2 May 2022 19:04:57 -0500 Subject: [PATCH] Version bump v2.0.9 --- 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 8d808bf8..d183447c 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "audiobookshelf-client", - "version": "2.0.8", + "version": "2.0.9", "description": "Audiobook manager and player", "main": "index.js", "scripts": { diff --git a/package.json b/package.json index c6a0f5f5..d27548bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "audiobookshelf", - "version": "2.0.8", + "version": "2.0.9", "description": "Self-hosted audiobook server for managing and playing audiobooks", "main": "index.js", "scripts": { @@ -54,4 +54,4 @@ "xml2js": "^0.4.23" }, "devDependencies": {} -} +} \ No newline at end of file