From d66fce587d2a9f18cf71a5311e15064d0a379d29 Mon Sep 17 00:00:00 2001 From: Keerthi Niranjan Date: Fri, 17 May 2019 16:16:54 +0530 Subject: [PATCH] SEARCH-1466 - LZ4 not creating in custom user data path (was using cd on drive) (#653) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ba4fa04..e508fd99 100644 --- a/package.json +++ b/package.json @@ -150,6 +150,6 @@ }, "optionalDependencies": { "screen-snippet": "git+https://github.com/symphonyoss/ScreenSnippet.git#v1.0.5", - "swift-search": "5.0.0-beta.2" + "swift-search": "5.0.0-beta.3" } }