Skip to content

Commit

Permalink
chore: version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
arthcp committed Jul 11, 2024
1 parent 5f7ca15 commit 4593e4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@socket.tech/dl-core",
"license": "UNLICENSED",
"version": "2.16.0",
"version": "2.17.0",
"description": "Smart contracts for socket data layer.",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion scripts/rpcConfig/constants/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import { DeploymentMode } from "../../../src";

export const version = {
[DeploymentMode.DEV]: "1.0.5",
[DeploymentMode.PROD]: "1.0.31",
[DeploymentMode.PROD]: "1.0.32",
};

0 comments on commit 4593e4a

Please sign in to comment.