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