From 720de585912bc828f8a9ac6029ccf991a55cad40 Mon Sep 17 00:00:00 2001 From: Agampreet Singh <68941022+agam778@users.noreply.github.com> Date: Fri, 7 Oct 2022 17:28:02 +0530 Subject: [PATCH] Update version to 0.7.3 - Update Dependencies - Switch to "check-internet-connected" module for checking if user is online/offline - Show message box when error occurs on RPC connection - Update LICENSE and copyright - Update useragents --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3cb6c00..e9c4440 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ms-office-electron", - "version": "0.7.2", + "version": "0.7.3", "description": "An Unofficial Microsoft Office Online Desktop Client. Free of Cost.", "main": "main.js", "repository": {