From 61e2e306994c4836cb02f3abf27661c04819fc94 Mon Sep 17 00:00:00 2001 From: André Oliveira <37463445+SpecialAro@users.noreply.github.com> Date: Mon, 4 Jul 2022 17:51:01 +0100 Subject: Fix outlook issue by changing the service URL (#104) --- recipes/office365-owa/package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'recipes') diff --git a/recipes/office365-owa/package.json b/recipes/office365-owa/package.json index bcdb8ba..0bb42fc 100644 --- a/recipes/office365-owa/package.json +++ b/recipes/office365-owa/package.json @@ -1,13 +1,14 @@ { "id": "office365-owa", "name": "Office 365 Outlook", - "version": "1.6.0", + "version": "1.6.1", "license": "MIT", "aliases": [ - "live.com" + "live.com", + "outlook" ], "config": { - "serviceURL": "https://outlook.office365.com/mail/", + "serviceURL": "https://outlook.live.com/mail/", "hasNotificationSound": true, "hasHostedOption": true, "hasCustomUrl": true, -- cgit v1.2.3-70-g09d2