From 82d54cd7cd401d5c1469cc17063ec547d90b6fc7 Mon Sep 17 00:00:00 2001 From: surya91521 Date: Fri, 27 Sep 2024 16:41:44 +0530 Subject: [PATCH] Update builds.json to release version 3.4.0 --- builds.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/builds.json b/builds.json index 7881c86..fa6d30d 100644 --- a/builds.json +++ b/builds.json @@ -2,11 +2,11 @@ "message": { "data": { "darwin": { - "x64": "https://github.com/browserstack/lcnc-releases/releases/download/3.2.1/Low-Code-Automation-darwin-x64-3.2.1.dmg", - "arm64": "https://github.com/browserstack/lcnc-releases/releases/download/3.2.1/Low-Code-Automation-darwin-arm64-3.2.1.dmg" + "x64": "https://github.com/browserstack/lcnc-releases/releases/download/3.4.0/Low-Code-Automation-darwin-x64-3.4.0.dmg", + "arm64": "https://github.com/browserstack/lcnc-releases/releases/download/3.4.0/Low-Code-Automation-darwin-arm64-3.4.0.dmg" }, "windows": { - "x64": "https://github.com/browserstack/lcnc-releases/releases/download/3.2.1/BrowserStack.Low.Code.Automation-3.2.1.exe" + "x64": "https://github.com/browserstack/lcnc-releases/releases/download/3.4.0/BrowserStack.Low.Code.Automation-3.4.0.exe" } } }