Bump to 1.0.1

This commit is contained in:
Ben Stuart 2025-02-08 20:34:59 -06:00
parent b6fb5c96e2
commit e8a8602c60
3 changed files with 4 additions and 3 deletions

View file

@ -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",

View file

@ -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": {

View file

@ -1,3 +1,4 @@
{
"1.0.0": "1.8.4"
"1.0.0": "1.8.4",
"1.0.1": "1.8.4"
}