From 9a97919887dfbc512ef755a2b9ab98560745003f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Argentina=20Ortega=20S=C3=A1inz?= Date: Sat, 27 Mar 2021 19:01:29 +0100 Subject: [PATCH] Release 0.4.3 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 0d2c80e..3904e11 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.2", + "version": "0.4.3", "author": "Argentina Ortega Sainz", "authorUrl": "", "isDesktopOnly": false, diff --git a/package.json b/package.json index 6fd1f84..d07938b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nldates-obsidian", - "version": "0.4.2", + "version": "0.4.3", "description": "Plugin to parse natural language dates in Obsidian", "main": "main.js", "scripts": {