Update version to 1.0.1 in manifest.json, package.json, and package-lock.json for the Human Readable Dates plugin.

This commit is contained in:
Tommy Bergeron 2025-08-29 22:41:31 +08:00
parent 6512c69ed8
commit 2cc233e415
3 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
{
"id": "human-readable-dates",
"name": "Human Readable Dates",
"version": "1.0.0",
"version": "1.0.1",
"minAppVersion": "0.15.0",
"description": "Human readable dates.",
"author": "Tommy Bergeron",

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "obsidian-human-readable-dates",
"version": "1.0.0",
"version": "1.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "obsidian-human-readable-dates",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"devDependencies": {
"@types/node": "^16.11.6",

View file

@ -1,6 +1,6 @@
{
"name": "human-readable-dates",
"version": "1.0.0",
"version": "1.0.1",
"description": "Close those pesky new tabs.",
"main": "main.js",
"scripts": {