From 1bd3535a3f6309a182d42b93bcef7938afa039cd Mon Sep 17 00:00:00 2001 From: YukiGasai Date: Wed, 9 Aug 2023 22:55:28 +0200 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 2f767ef..830590d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "google-calendar", "name": "Google Calendar", - "version": "1.9.22", + "version": "1.9.23", "minAppVersion": "0.12.0", "description": "Interact with your Google Calendar from Inside Obsidian", "author": "YukiGasai", diff --git a/package.json b/package.json index 5a65e9b..7a4408d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "google-calendar", - "version": "1.9.22", + "version": "1.9.23", "description": "Interact with your Google Calendar from Inside Obsidian", "main": "main.js", "scripts": {