From 237c2be2ca6e6e4248934ee5a65743fbe35270cd Mon Sep 17 00:00:00 2001 From: Ozan Tellioglu Date: Sun, 16 Apr 2023 08:34:09 +0200 Subject: [PATCH] v.0.1.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 71112f6..7aefdea 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "oz-calendar", "name": "OZ Calendar", - "version": "0.1.8", + "version": "0.1.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 000afd0..a0dcbf0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oz-calendar", - "version": "0.1.8", + "version": "0.1.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 99bff88..9382a8b 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "0.1.9": "0.15.0", "0.1.8": "0.15.0", "0.1.7": "0.15.0", "0.1.6": "0.15.0",