From 4c5782c87c128bc8e9ff964524b2f69147ebda84 Mon Sep 17 00:00:00 2001 From: Sander Boom Date: Tue, 28 Nov 2017 10:09:19 +0100 Subject: [PATCH] Add auto-tagging option to journal-entry script. Update version to 1.0.0 and add @sanderboom to authors. Refs pbek/QOwnNotes#792 --- journal-entry/info.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/journal-entry/info.json b/journal-entry/info.json index 0b0c83b..e7a4c2d 100644 --- a/journal-entry/info.json +++ b/journal-entry/info.json @@ -2,8 +2,8 @@ "name": "Journal entry", "identifier": "journal-entry", "script": "journal-entry.qml", - "version": "0.0.2", + "version": "1.0.0", "minAppVersion": "17.05.6", - "authors": ["@pbek"], + "authors": ["@pbek", "@sanderboom"], "description" : "This script creates a menu item and a button to create or jump to the current date's journal entry." }