Skip to content

Commit 8dd10c6

Browse files
Bump version to 0.2.3 for npm publish
1 parent f4f730c commit 8dd10c6

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.2",
3+
"version": "0.2.3",
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.2",
137+
version: "0.2.3",
138138
},
139139
{
140140
capabilities: {

0 commit comments

Comments
 (0)