diff --git a/README.md b/README.md index 7d2ae2f..2ee1e30 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,8 @@ docker run --name bgutil-provider -d -p 4416:4416 brainicism/bgutil-ytdlp-pot-pr **Native:** ```shell -# Replace 0.7.0 with the latest version or the one that matches the plugin -git clone --single-branch --branch 0.7.0 https://github.com/Brainicism/bgutil-ytdlp-pot-provider.git +# Replace 0.7.1 with the latest version or the one that matches the plugin +git clone --single-branch --branch 0.7.1 https://github.com/Brainicism/bgutil-ytdlp-pot-provider.git cd bgutil-ytdlp-pot-provider/server/ yarn install --frozen-lockfile npx tsc @@ -80,8 +80,8 @@ node build/main.js # on each yt-dlp invocation, clone/extract the source code into your home directory. # Replace `~` with `%USERPROFILE%` if using Windows cd ~ -# Replace 0.7.0 with the latest version or the one that matches the plugin -git clone --single-branch --branch 0.7.0 https://github.com/Brainicism/bgutil-ytdlp-pot-provider.git +# Replace 0.7.1 with the latest version or the one that matches the plugin +git clone --single-branch --branch 0.7.1 https://github.com/Brainicism/bgutil-ytdlp-pot-provider.git cd bgutil-ytdlp-pot-provider/server/ yarn install --frozen-lockfile npx tsc diff --git a/plugin/yt_dlp_plugins/extractor/getpot_bgutil.py b/plugin/yt_dlp_plugins/extractor/getpot_bgutil.py index a71c5c7..f0788a8 100644 --- a/plugin/yt_dlp_plugins/extractor/getpot_bgutil.py +++ b/plugin/yt_dlp_plugins/extractor/getpot_bgutil.py @@ -1 +1 @@ -__version__ = '0.7.0' +__version__ = '0.7.1' diff --git a/server/package.json b/server/package.json index ed387b9..c6557c3 100644 --- a/server/package.json +++ b/server/package.json @@ -11,7 +11,7 @@ "name": "grqz" } ], - "version": "0.7.0", + "version": "0.7.1", "scripts": { "lint": "npx eslint --max-warnings=0 src/", "lint-fix": "npx eslint --fix --max-warnings=0 src/",