Skip to content

Commit ded50ed

Browse files
committed
chore: version bump
1 parent eb4878f commit ded50ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@socket.tech/dl-core",
33
"license": "UNLICENSED",
4-
"version": "2.41.0",
4+
"version": "2.42.0",
55
"description": "Smart contracts for socket data layer.",
66
"main": "./dist/src/index.js",
77
"types": "./dist/src/index.d.ts",

scripts/rpcConfig/constants/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ import { DeploymentMode } from "../../../src";
22

33
export const version = {
44
[DeploymentMode.DEV]: "1.0.5",
5-
[DeploymentMode.PROD]: "1.0.85",
5+
[DeploymentMode.PROD]: "1.0.86",
66
};

0 commit comments

Comments
 (0)