Skip to content

Commit 2a0bd0c

Browse files
committed
version bumps
1 parent 8c7e032 commit 2a0bd0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/salesforce_rest_api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/salesforce_rest_api",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Pipedream Salesforce (REST API) Components",
55
"main": "salesforce_rest_api.app.mjs",
66
"keywords": [

components/salesforce_rest_api/sources/new-record-instant/new-record-instant.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
name: "New Record (Instant, of Selectable Type)",
88
key: "salesforce_rest_api-new-record-instant",
99
description: "Emit new event when a record of the selected object type is created. [See the documentation](https://sforce.co/3yPSJZy)",
10-
version: "0.1.0",
10+
version: "0.2.0",
1111
hooks: {
1212
...common.hooks,
1313
async deploy() {

0 commit comments

Comments
 (0)