Skip to content

Commit 8c6343c

Browse files
Bump version to 0.2.2 for npm publish
1 parent bb53e99 commit 8c6343c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "perplexity-mcp",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "MCP server providing intelligent search, reasoning, and research capabilities powered by Perplexity's specialized AI models",
55
"type": "module",
66
"bin": "./build/index.js",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ class PerplexityServer {
134134
this.server = new Server(
135135
{
136136
name: "perplexity-server",
137-
version: "0.2.1",
137+
version: "0.2.2",
138138
},
139139
{
140140
capabilities: {

0 commit comments

Comments
 (0)