Skip to content

Commit 6da388e

Browse files
authored
fix version (#18895)
1 parent a556608 commit 6da388e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/microsoft_dynamics_365_sales/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/microsoft_dynamics_365_sales",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Pipedream Microsoft Dynamics 365 Sales Components",
55
"main": "microsoft_dynamics_365_sales.app.mjs",
66
"keywords": [

components/microsoft_dynamics_365_sales/sources/opportunity-contact-changed/opportunity-contact-changed.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "microsoft_dynamics_365_sales-opportunity-contact-changed",
66
name: "Opportunity Contact Changed",
77
description: "Emit new event when an opportunity's contact is changed.",
8-
version: "0.0.2",
8+
version: "0.1.0",
99
type: "source",
1010
dedupe: "unique",
1111
methods: {

0 commit comments

Comments
 (0)