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
@@ -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'