From 9ccb1dc1a33ceb6d59b4a55a5f3fb0d2af1299f6 Mon Sep 17 00:00:00 2001 From: Will Murphy Date: Fri, 11 Feb 2022 08:58:13 -0600 Subject: [PATCH] 3.0.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 e887293..abcdad5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "activitypub-express", - "version": "2.3.0", + "version": "3.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5b5b87e..db2ba68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "activitypub-express", - "version": "2.3.0", + "version": "3.0.0", "description": "Modular ActivityPub implementation as Express middleware to easily add decentralization and federation to Node apps", "main": "index.js", "engines": {