Skip to content

Commit

Permalink
Release 2.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Mar 24, 2024
1 parent bd1a2c7 commit 29e0cf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@noble/secp256k1",
"version": "2.0.0",
"version": "2.1.0",
"description": "Fastest 4KB JS implementation of secp256k1 ECDH & ECDSA signatures compliant with RFC6979",
"files": [
"index.js",
Expand All @@ -26,7 +26,7 @@
"homepage": "https://paulmillr.com/noble/",
"repository": {
"type": "git",
"url": "https://github.com/paulmillr/noble-secp256k1.git"
"url": "git+https://github.com/paulmillr/noble-secp256k1.git"
},
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit 29e0cf1

Please sign in to comment.