Skip to content

Commit c3b5ae0

Browse files
author
JAMES FUQIAN
committed
set version to 1.0
1 parent 985a3c6 commit c3b5ae0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cms-bluebutton-sdk",
3-
"version": "0.1.0",
3+
"version": "1.0",
44
"description": "An sdk used for interacting with the CMS Blue Button 2.0 API",
55
"main": "dist/cms-bluebutton-sdk.cjs.js",
66
"module": "dist/cms-bluebutton-sdk.esm.js",

src/enums/environments.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export enum Environments {
33
SANDBOX = "SANDBOX",
44
}
55

6-
export const SDK_VERSION = "0.1.0";
6+
export const SDK_VERSION = "1.0";
77

88
export const SDK_HEADERS = {
99
"X-BLUEBUTTON-SDK": "node",

0 commit comments

Comments
 (0)