v.0.0.1 Release

This commit is contained in:
Ozan Tellioglu 2023-03-12 17:55:17 +01:00
parent c317471b7c
commit dc784f5a43
3 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{
"id": "oz-calendar",
"name": "OZ Calendar",
"version": "0.0.0",
"version": "0.0.1",
"minAppVersion": "0.15.0",
"description": "View your notes in Calendar using any YAML key with date",
"author": "Ozan Tellioglu",

View file

@ -1,6 +1,6 @@
{
"name": "oz-calendar",
"version": "1.0.0",
"version": "0.0.1",
"description": "View your notes in Calendar using any YAML key with date",
"main": "main.js",
"scripts": {

View file

@ -1,3 +1,4 @@
{
"0.0.1": "0.15.0",
"0.0.0": "0.15.0"
}