Prepare release v1.4.1

This commit is contained in:
Michalis Efstratiadis 2025-06-17 23:15:29 +03:00
parent 98f6691a6a
commit a4e98f6e5a
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.4.0",
"version": "1.4.1",
"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": "1.4.0",
"version": "1.4.1",
"description": "Calendar integration and note creation plugin for Obsidian",
"main": "main.js",
"scripts": {

View file

@ -17,5 +17,6 @@
"1.2.1": "1.8.9",
"1.3.0": "1.8.9",
"1.3.1": "1.8.9",
"1.4.0": "1.8.9"
"1.4.0": "1.8.9",
"1.4.1": "1.8.9"
}