From 50bf1a07d4ec201227c8ae664b21da5228f7409d Mon Sep 17 00:00:00 2001 From: Ryo Okubo Date: Sun, 5 Jan 2025 10:12:04 +0900 Subject: [PATCH] Increment package version to 0.0.4 in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 61755a5..7d753f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@syucream/lightdash-mcp-server", - "version": "0.0.3", + "version": "0.0.4", "description": "A MCP(Model Context Protocol) server that accesses to lightdash( https://www.lightdash.com/ )", "main": "dist/index.js", "type": "module",