Skip to content

Commit 7462710

Browse files
committed
updated description
1 parent 727b6e6 commit 7462710

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const settingsTemplate:SettingSchemaDesc[] = [{
4242
type: 'boolean',
4343
default: true,
4444
title: "Pad hour with zeros?",
45-
description: "If true it will print: 08:24, otherwise 8:24",
45+
description: "If true it will print: 08:24 (default), otherwise 8:24",
4646
}
4747
]
4848
logseq.useSettingsSchema(settingsTemplate)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "logseq-interstitial-heading-plugin",
3-
"version": "0.1.4",
3+
"version": "0.1.4a",
44
"author": "Alex Qwxlea",
55
"description": "Interstitial Journaling plugin. Insert a (bold) timestamps, random notes, or notes to self.",
66
"main": "dist/index.html",

0 commit comments

Comments
 (0)