SEARCH-1313 - Bump swift-search version from 3.0.0 to 1.55.2 (#674)

1. Swift-Search will be supported from 1.55.2
2. All the older build we will be deprecated
This commit is contained in:
Keerthi Niranjan 2019-06-13 02:42:45 +05:30 committed by Vishwas Shashidhar
parent 7c67fa897f
commit a6a34c9c6d

View File

@ -176,7 +176,8 @@ export class SSFApi {
containerVer: appVer,
buildNumber,
apiVer: '2.0.0',
searchApiVer: '3.0.0',
// Only need to bump if there are any breaking changes.
searchApiVer: '1.55.2',
});
}