version bump to update obsidian

This commit is contained in:
Mike 2025-05-14 12:26:09 +03:00
parent 204a2bf6eb
commit 3bbbd7a25f
No known key found for this signature in database
3 changed files with 4 additions and 3 deletions

View file

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

View file

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

View file

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