1
0
Fork 0
mirror of https://github.com/marty-oehme/scripts.git synced 2024-07-27 04:14:16 +00:00

info.json fix

This commit is contained in:
wiktor2200 2018-05-07 18:14:39 +02:00
parent 4c786fbd8d
commit e3e1b15881

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