diff --git a/package.json b/package.json index 88ee8e3..d093d49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-ai-provider", - "version": "2.0.0", + "version": "2.0.1", "description": "A simple and extensible AI provider package for easy integration of multiple AI services", "main": "dist/index.js", "module": "dist/index.mjs", diff --git a/src/index.ts b/src/index.ts index 1164a50..369e6ec 100644 --- a/src/index.ts +++ b/src/index.ts @@ -58,4 +58,4 @@ export const SUPPORTED_PROVIDERS = ['claude', 'openai', 'gemini', 'openwebui'] a /** * Package version */ -export const VERSION = '2.0.0'; +export const VERSION = '2.0.1';