version 0.17.0

This commit is contained in:
Mike 2025-05-13 05:54:02 +03:00
parent adebbb8297
commit cdf9e43ddd
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.16.0",
"version": "0.17.0",
"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.16.0",
"version": "0.17.0",
"description": "Calendar integration and note creation plugin for Obsidian",
"main": "main.js",
"scripts": {

View file

@ -5,5 +5,6 @@
"0.14.0": "1.8.9",
"0.15.0": "1.8.9",
"0.15.1": "1.8.9",
"0.16.0": "1.8.9"
"0.16.0": "1.8.9",
"0.17.0": "1.8.9"
}