Skip to content

Commit 9c56186

Browse files
committed
bumps
1 parent 541fe7b commit 9c56186

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/perplexity/actions/chat-completions/chat-completions.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "perplexity-chat-completions",
55
name: "Chat Completions",
66
description: "Generates a model's response for the given chat conversation. [See the documentation](https://docs.perplexity.ai/reference/post_chat_completions)",
7-
version: "0.0.3",
7+
version: "0.0.4",
88
type: "action",
99
props: {
1010
app,

components/perplexity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/perplexity",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Pipedream Perplexity Components",
55
"main": "perplexity.app.mjs",
66
"keywords": [

0 commit comments

Comments
 (0)