Update version to 0.11.0

This commit is contained in:
Mike 2025-04-11 17:37:42 +03:00
parent 23f4cc11cd
commit ca3da5dc3b
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View file

@ -1,11 +1,10 @@
{
"id": "memochron",
"name": "MemoChron",
"version": "0.1.0",
"minAppVersion": "0.15.0",
"version": "0.11.0",
"minAppVersion": "1.8.9",
"description": "Calendar integration and note creation for Obsidian with support for public iCalendar URLs",
"author": "Michalis Efstratiadis <mike@efstratiadis.me>",
"authorUrl": "",
"isDesktopOnly": false,
"icon": "calendar-range"
}

View file

@ -1,3 +1,4 @@
{
"0.1.0": "0.15.0"
"0.1.0": "0.15.0",
"0.11.0": "1.8.9"
}