From f39b3b49eab1b5e3c0e43e3b0062612c5ae8164a Mon Sep 17 00:00:00 2001 From: Mark Henderson Date: Mon, 11 May 2020 20:03:45 -0400 Subject: [PATCH] 1.9.0 --- README.md | 4 +++- package.json | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cd00022..6169a81 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,8 @@ If you think this could be better, please [open an issue](https://github.com/orb Please note that all interactions in [@orbitdb](https://github.com/orbitdb) fall under our [Code of Conduct](CODE_OF_CONDUCT.md). +Note: Tests for this repo are in the [`orbit-db`](https://github.com/orbitdb/orbit-db) repository. + ## License -[MIT](LICENSE) © 2016-2018 Protocol Labs Inc., Haja Networks Oy +[MIT](LICENSE) © 2016-2020 Protocol Labs Inc., Haja Networks Oy diff --git a/package.json b/package.json index ab306ec..b596ec7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "orbit-db-feedstore", - "version": "1.8.0", + "version": "1.9.0", "description": "Feed store for orbit-db", "main": "src/FeedStore.js", "homepage": "https://github.com/orbitdb/orbit-db-feedstore", @@ -29,7 +29,7 @@ ], "license": "MIT", "dependencies": { - "orbit-db-eventstore": "~1.8.0" + "orbit-db-eventstore": "~1.9.0" }, "localMaintainers": [ "haad ",