diff --git a/package.json b/package.json index 36ba2fa..400d300 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "takerofnotes-plugin-sdk", - "version": "0.4.0", + "version": "0.1.0", "description": "SDK to create a storage plugin for Taker of Notes", "type": "module", "main": "dist/index.js", diff --git a/src/validatePlugin.ts b/src/validatePlugin.ts index 203263e..61e8dc0 100644 --- a/src/validatePlugin.ts +++ b/src/validatePlugin.ts @@ -1,6 +1,6 @@ import { z } from 'zod' -export const SUPPORTED_API_VERSION = '0.4.0' +export const SUPPORTED_API_VERSION = '0.1.0' const ConfigFieldSchema = z.object({ key: z.string(),