Skip to content

Commit e69b6a7

Browse files
author
JAMES FUQIAN
committed
use 3 fields version format.
1 parent c3b5ae0 commit e69b6a7

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": "1.0",
3+
"version": "1.0.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 = "1.0";
6+
export const SDK_VERSION = "1.0.0";
77

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

0 commit comments

Comments
 (0)