mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 17:01:00 +03:00
version
This commit is contained in:
@@ -18,7 +18,7 @@ class PlainText_DocumentLoaders implements INode {
|
||||
constructor() {
|
||||
this.label = 'Plain Text'
|
||||
this.name = 'plainText'
|
||||
this.version = 1.0
|
||||
this.version = 2.0
|
||||
this.type = 'Document'
|
||||
this.icon = 'plaintext.svg'
|
||||
this.category = 'Document Loaders'
|
||||
|
||||
@@ -19,7 +19,7 @@ class Text_DocumentLoaders implements INode {
|
||||
constructor() {
|
||||
this.label = 'Text File'
|
||||
this.name = 'textFile'
|
||||
this.version = 1.0
|
||||
this.version = 2.0
|
||||
this.type = 'Document'
|
||||
this.icon = 'textFile.svg'
|
||||
this.category = 'Document Loaders'
|
||||
|
||||
Reference in New Issue
Block a user