From 35cbc74e178f007623893b73f8141f66af5ae8fc Mon Sep 17 00:00:00 2001 From: YukiGasai Date: Sun, 21 Aug 2022 02:24:22 +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 ff05fb3..82c27d1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-google-calendar", "name": "Obsidian Google Calendar", - "version": "1.1.9", + "version": "1.2.0", "minAppVersion": "0.12.0", "description": "Interact with your Google Calendar from Inside Obsidian", "author": "YukiGasai", diff --git a/package.json b/package.json index fa5dd7b..38ff00c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sample-plugin", - "version": "1.1.9", + "version": "1.2.0", "description": "Interact with your Google Calendar from Inside Obsidian", "main": "main.js", "scripts": {