From 8a6b65d230a186c05fd6874029d0e2b038bf82ad Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle Date: Sat, 5 May 2018 10:57:59 +0200 Subject: [PATCH] version bump and updated description --- unique-note-id/info.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unique-note-id/info.json b/unique-note-id/info.json index da7df1a..ce0170a 100644 --- a/unique-note-id/info.json +++ b/unique-note-id/info.json @@ -4,7 +4,7 @@ "script": "unique-note-id.qml", "authors": ["@pbek"], "platforms": ["linux", "macos", "windows"], - "version": "1.0.0", + "version": "1.0.1", "minAppVersion": "18.05.1", - "description" : "This script generates a 10 character alphanumeric id for the current note and also allows to jump to the note by it." + "description" : "This script creates scripting menu item to generate a 10 character alphanumeric id for the current note and to allow to jump to the note by id." }