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": {