From 5d1158d7be2045a3b63d8d088eca6233b32e8bdc Mon Sep 17 00:00:00 2001 From: Vaibhav Agrawal Date: Mon, 24 Jun 2024 13:07:27 +0530 Subject: [PATCH] Update builds.json Bump builds json --- builds.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/builds.json b/builds.json index e050af7..5d554a0 100644 --- a/builds.json +++ b/builds.json @@ -2,11 +2,11 @@ "message": { "data": { "darwin": { - "x64": "https://github.com/browserstack/lcnc-preprod-releases/releases/download/1.0.0/Low-Code-Automation-Preprod-x64.dmg", - "arm64": "https://github.com/browserstack/lcnc-preprod-releases/releases/download/1.0.0/Low-Code-Automation-Preprod-arm64.dmg" + "x64": "https://github.com/browserstack/lcnc-preprod-releases/releases/download/5.0.3/Low-Code-Automation-Preprod-darwin-x64-5.0.3.dmg", + "arm64": "https://github.com/browserstack/lcnc-preprod-releases/releases/download/5.0.3/Low-Code-Automation-Preprod-darwin-arm64-5.0.3.dmg" }, "windows": { - "x64": "https://github.com/browserstack/lcnc-preprod-releases/releases/download/1.0.0/BrowserStack.Low.Code.Automation-Preprod-1.0.0.exe" + "x64": "https://github.com/browserstack/lcnc-preprod-releases/releases/download/5.0.3/BrowserStack.Low.Code.Automation-5.0.3.Setup.exe" } } }