From 88bc7f77e18590de3ac9bb4d02f945a13609b7e7 Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Wed, 28 Jun 2023 23:33:06 +0000 Subject: [PATCH] Release 0.1.2. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3990b2e..a72518b 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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": {