From 3313cf4067693e41b90a1ba6651638000dd87619 Mon Sep 17 00:00:00 2001 From: Andy Nicholson Date: Fri, 3 May 2024 12:31:02 +1000 Subject: [PATCH] v1.4.5 --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index ecbe95b..484ede9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-google-mail", "name": "Google Mail", - "version": "1.4.4.1", + "version": "1.4.5", "minAppVersion": "0.15.0", "description": "It fetches Google Mail as md notes. For note taking on newletters and idea collections.", "author": "Lite C & Andy Nicholson", diff --git a/package.json b/package.json index fcaa666..6d3d8df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-google-mail", - "version": "1.4.4.1", + "version": "1.4.5", "description": "It fetches Google Mail as md notes. For note taking on newletters and idea collections.", "main": "main.js", "keywords": [], diff --git a/versions.json b/versions.json index f217789..fea8e43 100644 --- a/versions.json +++ b/versions.json @@ -6,5 +6,6 @@ "1.4.1": "0.15.0", "1.4.3": "0.15.0", "1.4.4": "0.15.0", - "1.4.4.1": "0.15.0" + "1.4.4.1": "0.15.0", + "1.4.5": "0.15.0" } \ No newline at end of file