Skip to content

Commit

Permalink
adding support for v2
Browse files Browse the repository at this point in the history
  • Loading branch information
guy muroch committed Jul 2, 2023
1 parent 4bf44ed commit b1a1166
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/server-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ssv-keys-server-worker",
"version": "1.0.1",
"version": "1.0.2",
"description": "Example of expressjs server worker accepting data to build key shares and responding with keyshares json",
"main": "./dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ssv-keys",
"version": "1.0.1",
"version": "1.0.2",
"description": "Tool for splitting a validator key into a predefined threshold of shares via Shamir-Secret-Sharing (SSS), and encrypt them with a set of operator keys.",
"author": "SSV.Network",
"repository": "https://github.com/bloxapp/ssv-keys",
Expand Down

0 comments on commit b1a1166

Please sign in to comment.