From d34f89620ea48c7adf95190b56073974cbb0219b Mon Sep 17 00:00:00 2001 From: Vaibhav Agrawal Date: Fri, 1 Sep 2023 13:33:32 +0530 Subject: [PATCH] Update builds.json Updated as per the new versions --- builds.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/builds.json b/builds.json index c375ed0..6282c63 100644 --- a/builds.json +++ b/builds.json @@ -2,11 +2,11 @@ "message": { "data": { "darwin": { - "x64": "https://github.com/browserstack/lcnc-releases/releases/download/1.0.3/Low-Code-Automation-darwin-x64-1.0.3.dmg", - "arm64": "https://github.com/browserstack/lcnc-releases/releases/download/1.0.3/Low-Code-Automation-darwin-arm64-1.0.3.dmg" + "x64": "https://github.com/browserstack/lcnc-releases/releases/download/1.0.4/Low-Code-Automation-darwin-x64-1.0.4.dmg", + "arm64": "https://github.com/browserstack/lcnc-releases/releases/download/1.0.4/Low-Code-Automation-darwin-arm64-1.0.4.dmg" }, "windows": { - "x64": "https://github.com/browserstack/lcnc-releases/releases/download/1.0.3/BrowserStack.Low.Code.Automation-1.0.3.Setup-Signed.exe" + "x64": "https://github.com/browserstack/lcnc-releases/releases/download/1.0.4/BrowserStack.Low.Code.Automation-1.0.4.Setup-Signed.exe" } } }