Skip to content

Commit

Permalink
Release 0.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Dec 24, 2022
1 parent 785d74e commit f165222
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions curve-definitions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "micro-curve-definitions",
"version": "0.2.1",
"version": "0.4.0",
"description": "Curve definitions for @noble/curves",
"files": [
"lib"
Expand All @@ -9,7 +9,7 @@
"module": "lib/index.js",
"types": "lib/index.d.ts",
"dependencies": {
"@noble/curves": "file:../",
"@noble/curves": "0.4.0",
"@noble/hashes": "1.1.5"
},
"devDependencies": {
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": "@noble/curves",
"version": "0.2.1",
"version": "0.4.0",
"description": "Minimal, zero-dependency JS implementation of elliptic curve cryptography",
"files": [
"index.js",
Expand Down

0 comments on commit f165222

Please sign in to comment.