From cef373f7c46cf90631e85e9b285a065e8929bff8 Mon Sep 17 00:00:00 2001 From: Ozan Tellioglu Date: Sun, 12 Mar 2023 20:28:21 +0100 Subject: [PATCH] v.0.0.2 Release --- manifest.json | 2 +- package.json | 2 +- versions.json | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 033bc57..184a2e1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "oz-calendar", "name": "OZ Calendar", - "version": "0.0.1", + "version": "0.0.2", "minAppVersion": "0.15.0", "description": "View your notes in Calendar using any YAML key with date", "author": "Ozan Tellioglu", diff --git a/package.json b/package.json index 8552f19..f4259cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oz-calendar", - "version": "0.0.1", + "version": "0.0.2", "description": "View your notes in Calendar using any YAML key with date", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 0ca2b8a..de23ab6 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "0.0.2": "0.15.0", "0.0.1": "0.15.0", "0.0.0": "0.15.0" }