diff --git a/package-lock.json b/package-lock.json index 63bf6dd..ab5e075 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "activitypub-express", - "version": "4.4.1", + "version": "4.4.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "activitypub-express", - "version": "4.4.1", + "version": "4.4.2", "license": "MIT", "dependencies": { "deepmerge": "^4.2.2", diff --git a/package.json b/package.json index 4861c1c..e0d0640 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "activitypub-express", - "version": "4.4.1", + "version": "4.4.2", "description": "Modular ActivityPub implementation as Express middleware to easily add decentralization and federation to Node apps", "main": "index.js", "engines": {