From 4f30fe49bb9fa94cb6f4de10e37f42b621b38a87 Mon Sep 17 00:00:00 2001 From: Ozan Tellioglu Date: Sun, 7 May 2023 17:58:02 +0200 Subject: [PATCH] v.0.2.3 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 bf4be48..844584b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "oz-calendar", "name": "OZ Calendar", - "version": "0.2.2", + "version": "0.2.3", "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 7a2e0b7..2be005a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oz-calendar", - "version": "0.2.2", + "version": "0.2.3", "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 54fe003..8c09dde 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "0.2.3": "0.15.0", "0.2.2": "0.15.0", "0.2.1": "0.15.0", "0.2.0": "0.15.0",