Skip to content

Commit 2b3d174

Browse files
committed
0.29.0
1 parent 543e71b commit 2b3d174

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unit-finance/unit-node-sdk",
3-
"version": "0.28.0",
3+
"version": "0.29.0",
44
"description": "",
55
"main": "dist/unit.js",
66
"types": "dist/unit.d.ts",

tests/orgTokens.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ describe("Create API Tokens", () => {
1010
"attributes": {
1111
"description": "test token",
1212
"scope": "customers applications",
13-
"expiration": "2023-09-01T13:47:17.000Z"
13+
"expiration": "2024-09-01T13:47:17.000Z"
1414
}
1515
}
1616

0 commit comments

Comments
 (0)