From 2d9c9b991a6547bc3fce4993e7175b8d5e3de3a2 Mon Sep 17 00:00:00 2001 From: tabcat Date: Wed, 29 Sep 2021 20:40:48 -0500 Subject: [PATCH] 0.27.0 --- 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 45a3490..55b5867 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "orbit-db", - "version": "0.26.1", + "version": "0.27.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "orbit-db", - "version": "0.26.1", + "version": "0.27.0", "license": "MIT", "dependencies": { "ipfs-pubsub-1on1": "~0.0.6", diff --git a/package.json b/package.json index 7960057..1644084 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "orbit-db", - "version": "0.26.1", + "version": "0.27.0", "description": "Distributed p2p database on IPFS", "author": "Haad", "license": "MIT",