Bumping version to reflect new feature

pull/1454/head
Darien Kindlund 2024-01-03 21:23:43 -05:00
parent c035363d6f
commit 53bfd07694
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ class Airtable_DocumentLoaders implements INode {
constructor() {
this.label = 'Airtable'
this.name = 'airtable'
this.version = 1.0
this.version = 2.0
this.type = 'Document'
this.icon = 'airtable.svg'
this.category = 'Document Loaders'