From 2180b63eacdd10abe1db9a371b46703fbc8be46c Mon Sep 17 00:00:00 2001 From: YukiGasai Date: Mon, 20 Mar 2023 19:53:39 +0100 Subject: [PATCH] Version Bump --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 8574e19..640a344 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "google-calendar", "name": "Google Calendar", - "version": "1.8.15", + "version": "1.8.16", "minAppVersion": "0.12.0", "description": "Interact with your Google Calendar from Inside Obsidian", "author": "YukiGasai", diff --git a/package.json b/package.json index bf9269d..240150b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "google-calendar", - "version": "1.8.15", + "version": "1.8.16", "description": "Interact with your Google Calendar from Inside Obsidian", "main": "main.js", "scripts": {