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": {