diff --git a/package-lock.json b/package-lock.json index be19cfe..4b0eace 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "framesmith", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "framesmith", - "version": "2.0.0", + "version": "2.1.0", "license": "MIT", "dependencies": { "@anthropic-ai/sdk": "^0.96.0", diff --git a/package.json b/package.json index 2c3ae6a..7f19227 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "framesmith", - "version": "2.0.0", + "version": "2.1.0", "description": "MCP server that gives any AI assistant a visual design canvas", "type": "module", "bin": { diff --git a/src/index.ts b/src/index.ts index bf4d608..e836dbc 100644 --- a/src/index.ts +++ b/src/index.ts @@ -88,7 +88,7 @@ Gotchas (current sharp edges): const server = new McpServer({ name: 'framesmith', - version: '2.0.0', + version: '2.1.0', }, { instructions: INSTRUCTIONS, });