info.json fix

master
wiktor2200 5 years ago
parent 4c786fbd8d
commit e3e1b15881
  1. 4
      sort-lines/info.json

@ -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."
}

Loading…
Cancel
Save