From de90adf09c005a4bc92d98d293ec1852ac173f69 Mon Sep 17 00:00:00 2001 From: Brian Le Date: Mon, 30 Sep 2024 16:11:46 -0700 Subject: [PATCH] 0.6.1 --- plugin/yt_dlp_plugins/extractor/getpot_bgutil.py | 2 +- server/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/yt_dlp_plugins/extractor/getpot_bgutil.py b/plugin/yt_dlp_plugins/extractor/getpot_bgutil.py index ef7eb44..8411e55 100644 --- a/plugin/yt_dlp_plugins/extractor/getpot_bgutil.py +++ b/plugin/yt_dlp_plugins/extractor/getpot_bgutil.py @@ -1 +1 @@ -__version__ = '0.6.0' +__version__ = '0.6.1' diff --git a/server/package.json b/server/package.json index fcddba0..932c24d 100644 --- a/server/package.json +++ b/server/package.json @@ -11,7 +11,7 @@ "name": "grqz" } ], - "version": "0.6.0", + "version": "0.6.1", "scripts": { "lint": "npx eslint --max-warnings=0 src/", "lint-fix": "npx eslint --fix --max-warnings=0 src/",