info.json fix

This commit is contained in:
wiktor2200 2018-05-07 18:14:39 +02:00
parent 4c786fbd8d
commit e3e1b15881
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
{
"name": "Sort lines",
"identifier": "sort-lines-script",
"identifier": "sort-lines",
"script": "sort-lines.qml",
"authors": ["@wiktor2200"],
"platforms": ["linux", "macos", "windows"],
"version": "0.0.1",
"minAppVersion": "17.06.2",
"minAppVersion": "18.04.3",
"description" : "This script sort selected lines in note text edit. \n\nIt creates an array from selected lines, sorts array and joins it again to output string."
}