From 5df477ea27f23ad143cae80860767271618ca365 Mon Sep 17 00:00:00 2001 From: tabcat Date: Sat, 9 Oct 2021 13:16:49 -0500 Subject: [PATCH] 0.27.2 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9206847..940258c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "orbit-db", - "version": "0.27.1", + "version": "0.27.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "orbit-db", - "version": "0.27.1", + "version": "0.27.2", "license": "MIT", "dependencies": { "ipfs-pubsub-1on1": "~0.0.6", diff --git a/package.json b/package.json index c768934..6cf31cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "orbit-db", - "version": "0.27.1", + "version": "0.27.2", "description": "Distributed p2p database on IPFS", "author": "Haad", "license": "MIT",