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