From 40344e4e741d43b5e4cdf31a151284a69b9e66f5 Mon Sep 17 00:00:00 2001 From: nicwands Date: Mon, 2 Mar 2026 11:55:47 -0500 Subject: [PATCH] update supported version --- src/validatePlugin.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/validatePlugin.ts b/src/validatePlugin.ts index 2519c6a..d59aab7 100644 --- a/src/validatePlugin.ts +++ b/src/validatePlugin.ts @@ -1,6 +1,6 @@ import { z } from 'zod' -export const SUPPORTED_API_VERSION = '0.3.0' +export const SUPPORTED_API_VERSION = '0.3.1' const ConfigFieldSchema = z.object({ key: z.string(),