From c4dcc0eda2fba8d48abe45f5fcaa6eafa15e79b7 Mon Sep 17 00:00:00 2001 From: kevinwatt Date: Fri, 21 Feb 2025 17:22:47 +0800 Subject: [PATCH] v0.6.23 --- package.json | 2 +- src/index.mts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bed58e0..5f9e74e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kevinwatt/yt-dlp-mcp", - "version": "0.6.22", + "version": "0.6.23", "description": "An MCP server implementation that integrates with yt-dlp, providing video and audio content download capabilities (e.g. YouTube, Facebook, Tiktok, etc.) for LLMs.", "keywords": [ "mcp", diff --git a/src/index.mts b/src/index.mts index e1fd778..c2cd94d 100644 --- a/src/index.mts +++ b/src/index.mts @@ -14,7 +14,7 @@ import * as path from "path"; import { spawnPromise } from "spawn-rx"; import { rimraf } from "rimraf"; -const VERSION = '0.6.22'; +const VERSION = '0.6.23'; /** * System Configuration