Skip to content

Commit fbe76ed

Browse files
committed
versions
1 parent c7dcb3f commit fbe76ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/zoom/actions/list-webinar-participants-report/list-webinar-participants-report.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "zoom-list-webinar-participants-report",
66
name: "List Webinar Participants Report",
77
description: "Retrieves detailed report on each webinar attendee. Requires a paid Zoom account. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/methods/#operation/reportWebinarParticipants).",
8-
version: "0.0.4",
8+
version: "0.0.5",
99
type: "action",
1010
props: {
1111
app,

components/zoom/package.json

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

0 commit comments

Comments
 (0)