Skip to content

Commit 87b8006

Browse files
authored
release: bump package versions (#218)
1 parent 72a0909 commit 87b8006

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

typescript/packages/coinbase-x402/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coinbase/x402",
3-
"version": "0.3.7",
3+
"version": "0.3.8",
44
"main": "./dist/cjs/index.js",
55
"module": "./dist/esm/index.js",
66
"types": "./dist/index.d.ts",

typescript/packages/coinbase-x402/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { CreateHeaders } from "x402/verify";
55
const COINBASE_FACILITATOR_BASE_URL = "https://api.cdp.coinbase.com";
66
const COINBASE_FACILITATOR_V2_ROUTE = "/platform/v2/x402";
77

8-
const X402_VERSION = "0.3.6";
8+
const X402_VERSION = "0.3.7";
99
const SDK_VERSION = "1.1.1";
1010

1111
/**

typescript/packages/x402/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "x402",
3-
"version": "0.3.6",
3+
"version": "0.3.7",
44
"main": "./dist/cjs/index.js",
55
"module": "./dist/esm/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)