Skip to content

Commit

Permalink
Release 0.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jun 28, 2023
1 parent d116f47 commit 88bc7f7
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/ciphers",
"version": "0.1.1",
"version": "0.1.2",
"description": "Auditable & minimal JS implementation of AES SIV, Salsa20 and ChaCha20",
"files": [
"esm",
Expand All @@ -26,7 +26,7 @@
"homepage": "https://paulmillr.com/noble/",
"repository": {
"type": "git",
"url": "https://github.com/paulmillr/noble-curves.git"
"url": "https://github.com/paulmillr/noble-ciphers.git"
},
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit 88bc7f7

Please sign in to comment.