Skip to content
This repository has been archived by the owner on Jun 10, 2022. It is now read-only.

Commit

Permalink
Updated minimum client supported version
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuMS committed Jun 3, 2020
1 parent 77d36a3 commit 4261121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/src/internal/util/verifyClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const CurrentSDKVersion = semver.coerce(require('../../../package.json').version
* have been added that don't work on older clients (i.e. pretty much every release). Since host apps are required to
* update client libraries regularly, this one is not a big deal to update.
*/
const MinimumSupportedClientVersion = semver.coerce('0.18');
const MinimumSupportedClientVersion = semver.coerce('0.19');

/**
* @hidden
Expand Down

0 comments on commit 4261121

Please sign in to comment.