diff --git a/package-lock.json b/package-lock.json index c362f4f..9ffa6a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@transmute/cose", - "version": "0.2.3", + "version": "0.2.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@transmute/cose", - "version": "0.2.3", + "version": "0.2.4", "license": "Apache-2.0", "dependencies": { "@peculiar/x509": "^1.9.7", diff --git a/package.json b/package.json index ce5d0e5..bd81266 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@transmute/cose", - "version": "0.2.3", + "version": "0.2.4", "description": "COSE and related work.", "main": "./dist/index.js", "typings": "dist/index.d.ts", @@ -53,4 +53,4 @@ "node-hkdf-sync": "^1.0.0", "uuid": "^9.0.1" } -} \ No newline at end of file +}