Skip to content

Commit 08a4d53

Browse files
committed
versions
1 parent 80e8fa8 commit 08a4d53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/youtube_data_api/actions/list-playlists/list-playlists.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
key: "youtube_data_api-list-playlists",
88
name: "List Playlists",
99
description: "Returns a collection of playlists that match the API request parameters. [See the documentation](https://developers.google.com/youtube/v3/docs/playlists/list) for more information",
10-
version: "0.0.3",
10+
version: "0.0.4",
1111
type: "action",
1212
props: {
1313
youtubeDataApi,

components/youtube_data_api/sources/new-videos-in-subscribed-channels/new-videos-in-subscribed-channels.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default {
2222
key: "youtube_data_api-new-videos-in-subscribed-channels",
2323
name: "New Videos in Subscribed Channels",
2424
description: "Emit new event for each new YouTube video posted to a subscribed channel.",
25-
version: "0.0.5",
25+
version: "0.0.6",
2626
type: "source",
2727
dedupe: "unique",
2828
props: {

0 commit comments

Comments
 (0)