From e3e1b15881b9b87721ec73a292f374f33b2d061a Mon Sep 17 00:00:00 2001 From: wiktor2200 Date: Mon, 7 May 2018 18:14:39 +0200 Subject: [PATCH] info.json fix --- sort-lines/info.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sort-lines/info.json b/sort-lines/info.json index 3ad0b77..5e14ab6 100644 --- a/sort-lines/info.json +++ b/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." }