diff --git a/favorite-note/info.json b/favorite-note/info.json index 90c13d9..bebf538 100644 --- a/favorite-note/info.json +++ b/favorite-note/info.json @@ -2,6 +2,6 @@ "name": "Favorite note", "identifier": "favorite-note", "script": "favorite-note.qml", - "version": "0.1", + "version": "0.0.1", "description" : "This script creates a menu item and a button that adds a favorite tag to the current note." } diff --git a/github-header/github-header.qml b/github-headline/github-headline.qml similarity index 100% rename from github-header/github-header.qml rename to github-headline/github-headline.qml diff --git a/github-header/info.json b/github-headline/info.json similarity index 51% rename from github-header/info.json rename to github-headline/info.json index 61ca229..12196fb 100644 --- a/github-header/info.json +++ b/github-headline/info.json @@ -1,7 +1,7 @@ { - "name": "GitHub Header", - "identifier": "github-header", - "script": "github-header.qml", - "version": "0.1", + "name": "GitHub Headline", + "identifier": "github-headline", + "script": "github-headline.qml", + "version": "0.0.1", "description" : "Inserts a headline and a link to the GitHub issue from an url in the clipboard into the current note." } diff --git a/paste-latex-image/info.json b/paste-latex-image/info.json index 81a8266..ebf8ee0 100644 --- a/paste-latex-image/info.json +++ b/paste-latex-image/info.json @@ -2,6 +2,6 @@ "name": "Paste Latex Image", "identifier": "paste-latex-image", "script": "paste-latex-image.qml", - "version": "0.1", + "version": "0.0.1", "description" : "This script creates a menu item and a button that generates and pastes an image from Latex code in the clipboard." }