From bb136ad1154a54d26ea10992e9cb60e79ab4ac74 Mon Sep 17 00:00:00 2001 From: Ozan Tellioglu Date: Thu, 15 Jun 2023 23:19:08 +0200 Subject: [PATCH] v.0.2.9 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 f6ead7b..e1de00c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "oz-calendar", "name": "OZ Calendar", - "version": "0.2.8", + "version": "0.2.9", "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 62fb65d..f8e636c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oz-calendar", - "version": "0.2.8", + "version": "0.2.9", "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 afd99b5..0994dc0 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "0.2.9": "0.15.0", "0.2.8": "0.15.0", "0.2.7": "0.15.0", "0.2.6": "0.15.0",