mirror of https://github.com/FlowiseAI/Flowise.git
Bumping version to reflect new feature
parent
c035363d6f
commit
53bfd07694
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue