Skip to content

Commit 1bb08fa

Browse files
committed
Version number bumps
1 parent 84d5081 commit 1bb08fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/airtable_oauth/sources/new-field/new-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 Field Created (Instant)",
66
description: "Emit new event when a field is created in the selected table. [See the documentation](https://airtable.com/developers/web/api/get-base-schema)",
77
key: "airtable_oauth-new-field",
8-
version: "1.0.{{ts}}",
8+
version: "1.0.0",
99
type: "source",
1010
dedupe: "unique",
1111
methods: {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default {
88
name: "New Record Created, Updated or Deleted (Instant)",
99
description: "Emit new event when a record is added, updated, or deleted in a table or selected view.",
1010
key: "airtable_oauth-new-modified-or-deleted-records-instant",
11-
version: "0.1.{{ts}}",
11+
version: "0.1.0",
1212
type: "source",
1313
dedupe: "unique",
1414
props: {

0 commit comments

Comments
 (0)