diff --git a/example-script/info.json b/example-script/info.json index 08dd998..77a7022 100644 --- a/example-script/info.json +++ b/example-script/info.json @@ -4,5 +4,6 @@ "script": "example-script.qml", "authors": ["@pbek"], "version": "0.0.1", + "minAppVersion": "17.05.6", "description" : "Use this script to start a new script you want to submit to the script repository.\n\nJust copy the whole example-script folder from the git-repository on GitHub and rename both the folder and example-script.qml." } diff --git a/favorite-note/info.json b/favorite-note/info.json index d7fabd6..e5fe816 100644 --- a/favorite-note/info.json +++ b/favorite-note/info.json @@ -3,6 +3,7 @@ "identifier": "favorite-note", "script": "favorite-note.qml", "version": "0.0.1", + "minAppVersion": "17.05.6", "authors": ["@pbek"], "description" : "This script creates a menu item and a button that adds a favorite tag to the current note." } diff --git a/github-headline/info.json b/github-headline/info.json index c5e2a5e..5f629e6 100644 --- a/github-headline/info.json +++ b/github-headline/info.json @@ -3,6 +3,7 @@ "identifier": "github-headline", "script": "github-headline.qml", "version": "0.0.1", + "minAppVersion": "17.05.6", "authors": ["@pbek"], "description" : "Inserts a headline and a link to the GitHub issue from an url in the clipboard into the current note when you paste the link with Ctrl + Shift + V." } diff --git a/journal-entry/info.json b/journal-entry/info.json index 45c5c86..0b0c83b 100644 --- a/journal-entry/info.json +++ b/journal-entry/info.json @@ -3,6 +3,7 @@ "identifier": "journal-entry", "script": "journal-entry.qml", "version": "0.0.2", + "minAppVersion": "17.05.6", "authors": ["@pbek"], "description" : "This script creates a menu item and a button to create or jump to the current date's journal entry." } diff --git a/note-stats/info.json b/note-stats/info.json index 33a3996..88b99b5 100644 --- a/note-stats/info.json +++ b/note-stats/info.json @@ -3,6 +3,7 @@ "identifier": "note-stats", "script": "note-stats.qml", "version": "0.0.1", + "minAppVersion": "17.05.6", "authors": ["@Maboroshy"], "description" : "This script shows current note statistics in the scripting widget." } diff --git a/paste-latex-image/info.json b/paste-latex-image/info.json index faea09f..48cce32 100644 --- a/paste-latex-image/info.json +++ b/paste-latex-image/info.json @@ -3,6 +3,7 @@ "identifier": "paste-latex-image", "script": "paste-latex-image.qml", "version": "0.0.1", + "minAppVersion": "17.05.6", "authors": ["@pbek"], "description" : "This script creates a menu item and a button that generates and pastes an image from Latex code in the clipboard.\n\nIt uses the webservice Codecogs Equation Editor." } diff --git a/selected-markdown-to-jira/info.json b/selected-markdown-to-jira/info.json index 4d5742f..8b876bb 100644 --- a/selected-markdown-to-jira/info.json +++ b/selected-markdown-to-jira/info.json @@ -5,5 +5,5 @@ "authors": ["@pbek"], "version": "0.0.1", "minAppVersion": "17.05.7", - "description" : "With this script you can right click the selected text and convert it to Jira Code.\n\nDependencies\n\nNode.js\njira2md\n\nInstallation\nAfter you have installed Node.js you can install jira2md by typing:\nnpm install jira2md" + "description" : "With this script you can right click the selected text and convert it to Jira Code.\n\nDependencies\nNode.js\njira2md\n\nInstallation\nAfter you have installed Node.js you can install jira2md by typing:\nnpm install jira2md" }