new release

This commit is contained in:
Michalis Efstratiadis 2025-05-28 12:36:14 +03:00
parent 68fe883539
commit a10ea3fd85
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": "1.1.0",
"version": "1.2.0",
"minAppVersion": "1.8.9",
"description": "Calendar integration and note creation with support for public iCalendar URLs",
"author": "Michalis Efstratiadis",

View file

@ -1,6 +1,6 @@
{
"name": "memochron",
"version": "0.18.1",
"version": "1.2.0",
"description": "Calendar integration and note creation plugin for Obsidian",
"main": "main.js",
"scripts": {

View file

@ -12,5 +12,6 @@
"0.18.1": "1.8.9",
"1.0.1": "1.8.9",
"1.0.2": "1.8.9",
"1.1.0": "1.8.9"
"1.1.0": "1.8.9",
"1.2.0": "1.8.9"
}