Skip to content

Commit

Permalink
Bump companion API version for SDK 4.0 (#135)
Browse files Browse the repository at this point in the history
Signed-off-by: Liam McLoughlin <lmcloughlin@fitbit.com>
  • Loading branch information
Hexxeh committed Aug 14, 2019
1 parent f770133 commit 65286b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fitbit/sdk",
"version": "4.0.0-pre.0",
"version": "4.0.0-pre.1",
"description": "Toolchain for building Fitbit apps",
"author": "Fitbit, Inc.",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion src/sdkVersion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export function apiVersions(
return { deviceApi: '4.0.0', companionApi: '2.1.0' };
}
if (major === 4 && minor === 0) {
return { deviceApi: '5.0.0', companionApi: '2.1.0' };
return { deviceApi: '5.0.0', companionApi: '3.0.0' };
}
throw new BuildError(
`No known API versions for SDK package version ${major}.${minor}`,
Expand Down

0 comments on commit 65286b8

Please sign in to comment.