This commit is contained in:
Jan Staněk
2023-10-11 08:16:50 +02:00
parent 9af7775d0e
commit 4d312cb13b
2 changed files with 2 additions and 2 deletions
@@ -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'