From 11e47a446a72539c9ef89c06a5886e3850d0ace3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Argentina=20Ortega=20S=C3=A1inz?= Date: Mon, 22 Mar 2021 17:51:46 +0100 Subject: [PATCH] Release 0.4.2 --- manifest.json | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index b026c59..0d2c80e 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "id": "nldates-obsidian", "name": "Natural Language Dates", "description": "Create date-links based on natural language", - "version": "0.4.1", + "version": "0.4.2", "author": "Argentina Ortega Sainz", "authorUrl": "", "isDesktopOnly": false, diff --git a/package.json b/package.json index a3cf643..6fd1f84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nldates-obsidian", - "version": "0.4.1", + "version": "0.4.2", "description": "Plugin to parse natural language dates in Obsidian", "main": "main.js", "scripts": { @@ -23,6 +23,6 @@ }, "dependencies": { "chrono-node": "^2.1.10", - "obsidian-daily-notes-interface": "^0.7.2" + "obsidian-daily-notes-interface": "^0.7.10" } }