mirror of
https://github.com/benstuart0/on-this-day-i-obsidian.git
synced 2026-07-22 05:38:19 +00:00
Bump to 1.0.1
This commit is contained in:
parent
b6fb5c96e2
commit
e8a8602c60
3 changed files with 4 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "on-this-day-i",
|
||||
"name": "On This Day I",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"minAppVersion": "1.8.4",
|
||||
"description": "Summarize a calendar date in years past with Daily Journals",
|
||||
"author": "Ben Stuart",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "on-this-day-i",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "This is the first version of the 'On This Day I' Obsidian plugin",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
{
|
||||
"1.0.0": "1.8.4"
|
||||
"1.0.0": "1.8.4",
|
||||
"1.0.1": "1.8.4"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue