diff --git a/README.md b/README.md index f992f19..7d2ae2f 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.6.0 with the latest version or the one that matches the plugin -git clone --single-branch --branch 0.6.0 https://github.com/Brainicism/bgutil-ytdlp-pot-provider.git +# 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 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.6.0 with the latest version or the one that matches the plugin -git clone --single-branch --branch 0.6.0 https://github.com/Brainicism/bgutil-ytdlp-pot-provider.git +# 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 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 8411e55..a71c5c7 100644 --- a/plugin/yt_dlp_plugins/extractor/getpot_bgutil.py +++ b/plugin/yt_dlp_plugins/extractor/getpot_bgutil.py @@ -1 +1 @@ -__version__ = '0.6.1' +__version__ = '0.7.0' diff --git a/server/package.json b/server/package.json index 932c24d..166ce19 100644 --- a/server/package.json +++ b/server/package.json @@ -11,7 +11,7 @@ "name": "grqz" } ], - "version": "0.6.1", + "version": "0.7.0", "scripts": { "lint": "npx eslint --max-warnings=0 src/", "lint-fix": "npx eslint --fix --max-warnings=0 src/",