mirror of
https://github.com/formax68/memoChron.git
synced 2026-07-22 05:45:44 +00:00
Prepare release v1.4.1
This commit is contained in:
parent
98f6691a6a
commit
a4e98f6e5a
3 changed files with 4 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue