From 36a9fe4287b44f78b5cc7fce100a1de4f64d5783 Mon Sep 17 00:00:00 2001 From: Ozan Tellioglu Date: Sat, 1 Apr 2023 22:44:12 +0200 Subject: [PATCH] v.0.1.5 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 819350c..c4aedb5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "oz-calendar", "name": "OZ Calendar", - "version": "0.1.4", + "version": "0.1.5", "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 76c8fc9..eacaea8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oz-calendar", - "version": "0.1.4", + "version": "0.1.5", "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 293e8e1..761d9f3 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "0.1.5": "0.15.0", "0.1.4": "0.15.0", "0.1.3": "0.15.0", "0.1.2": "0.15.0",