Skip to content

Commit df69c03

Browse files
author
Kesku
committed
use 0.7.0 in migration workflow
1 parent 99cd6fb commit df69c03

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/migrate-namespace.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ jobs:
4040
"name": "io.github.perplexityai/mcp-server",
4141
"title": "Perplexity API Platform (moved to ai.perplexity/mcp-server)",
4242
"description": "Real-time web search, reasoning, and research through Perplexity's API",
43-
"version": "0.7.2",
43+
"version": "0.7.1",
4444
"packages": [
4545
{
4646
"registryType": "npm",
4747
"identifier": "@perplexity-ai/mcp-server",
48-
"version": "0.7.1",
48+
"version": "0.7.0",
4949
"transport": {
5050
"type": "stdio"
5151
}
@@ -58,7 +58,7 @@ jobs:
5858
const fs = require('fs');
5959
const pkg = JSON.parse(fs.readFileSync('package.json', 'utf8'));
6060
pkg.mcpName = 'io.github.perplexityai/mcp-server';
61-
pkg.version = '0.7.1';
61+
pkg.version = '0.7.0';
6262
fs.writeFileSync('package.json', JSON.stringify(pkg, null, 2) + '\n');
6363
"
6464

0 commit comments

Comments
 (0)