Skip to content

Commit

Permalink
Merge b4f8232 into be854ec
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexxeh committed Dec 20, 2019
2 parents be854ec + b4f8232 commit 06eb824
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@fitbit/sdk",
"version": "4.1.0-pre.5",
"version": "4.2.0-pre.0",
"description": "Toolchain for building Fitbit apps",
"author": "Fitbit, Inc.",
"license": "BSD-3-Clause",
Expand Down
3 changes: 3 additions & 0 deletions src/sdkVersion.ts
Expand Up @@ -28,6 +28,9 @@ export function apiVersions(
if (major === 4 && minor === 1) {
return { deviceApi: '5.1.0', companionApi: '3.1.0' };
}
if (major === 4 && minor === 2) {
return { deviceApi: '6.0.0', companionApi: '3.1.0' };
}
throw new BuildError(
`No known API versions for SDK package version ${major}.${minor}`,
);
Expand Down

0 comments on commit 06eb824

Please sign in to comment.