From 2f9f2a14ea72315bba51128462fedf6c8cd04f09 Mon Sep 17 00:00:00 2001 From: nicwands Date: Tue, 24 Feb 2026 14:19:33 -0500 Subject: [PATCH] bump version --- src/validatePlugin.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/validatePlugin.ts b/src/validatePlugin.ts index 61e8dc0..203263e 100644 --- a/src/validatePlugin.ts +++ b/src/validatePlugin.ts @@ -1,6 +1,6 @@ import { z } from 'zod' -export const SUPPORTED_API_VERSION = '0.1.0' +export const SUPPORTED_API_VERSION = '0.4.0' const ConfigFieldSchema = z.object({ key: z.string(),