From 157425ca4089d2bd2b3fa7c5648247af6c18a909 Mon Sep 17 00:00:00 2001 From: Will Murphy Date: Mon, 17 May 2021 21:04:27 -0500 Subject: [PATCH] 2.2.1 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 043b0c6..8eb693f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "activitypub-express", - "version": "2.2.0", + "version": "2.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fbe0a15..fca832e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "activitypub-express", - "version": "2.2.0", + "version": "2.2.1", "description": "Modular ActivityPub implementation as Express middleware to easily add decentralization and federation to Node apps", "main": "index.js", "engines": {