From 3bbbd7a25f8ea3f02b21c82169dd022ab5374ef0 Mon Sep 17 00:00:00 2001 From: Mike Date: Wed, 14 May 2025 12:26:09 +0300 Subject: [PATCH] version bump to update obsidian --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 886bf23..a6af8dd 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "memochron", "name": "MemoChron", - "version": "0.18.0", + "version": "0.18.1", "minAppVersion": "1.8.9", "description": "Calendar integration and note creation for with support for public iCalendar URLs", "author": "Michalis Efstratiadis", diff --git a/package.json b/package.json index 1c2db83..3f02bd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "memochron", - "version": "0.18.0", + "version": "0.18.1", "description": "Calendar integration and note creation plugin for Obsidian", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index d42c932..8e66e9f 100644 --- a/versions.json +++ b/versions.json @@ -8,5 +8,6 @@ "0.16.0": "1.8.9", "0.17.0": "1.8.9", "0.17.1": "1.8.9", - "0.18.0": "1.8.9" + "0.18.0": "1.8.9", + "0.18.1": "1.8.9" }