From 8079894ff010ace3b2382512034dafc6caa77646 Mon Sep 17 00:00:00 2001 From: Will Murphy Date: Sat, 6 Mar 2021 21:21:51 -0600 Subject: [PATCH] 2.1.0 --- 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 89b03e8..973c75f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "activitypub-express", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cce602d..f223a87 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "activitypub-express", - "version": "2.0.0", + "version": "2.1.0", "description": "Modular ActivityPub implementation as Express middleware to easily add decentralization and federation to Node apps", "main": "index.js", "engines": {