Skip to content

Commit f77fae2

Browse files
committed
Version number adjustments
1 parent e6cdfe8 commit f77fae2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/airtable_oauth/sources/new-or-modified-field/new-or-modified-field.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
name: "New or Modified Field (Instant)",
66
description: "Emit new event when a field is created or updated in the selected table",
77
key: "airtable_oauth-new-or-modified-field",
8-
version: "1.0.{{ts}}",
8+
version: "1.0.0",
99
type: "source",
1010
dedupe: "unique",
1111
methods: {

components/airtable_oauth/sources/new-or-modified-records/new-or-modified-records.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
name: "New or Modified Records (Instant)",
77
key: "airtable_oauth-new-or-modified-records",
88
description: "Emit new event for each new or modified record in a table or view",
9-
version: "1.0.{{ts}}",
9+
version: "1.0.0",
1010
type: "source",
1111
dedupe: "unique",
1212
methods: {

0 commit comments

Comments
 (0)