From a29f7d13f7bdc9af37a3fecef407d7969286b30f Mon Sep 17 00:00:00 2001 From: Alexander Zinn Date: Sun, 17 Aug 2025 10:44:12 -0400 Subject: [PATCH] fix package json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3ab5851..90c22cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@techniker-me/pcast-api", - "version": 2025.0.0, + "version": "2025.0.0", "module": "src/index.ts", "type": "module", "scripts": { @@ -18,4 +18,4 @@ "publishConfig": { "registry": "https://registry-node.techniker.me" } -} +} \ No newline at end of file