From d97bc27c147117b435bf5d6957ebd953d29ef079 Mon Sep 17 00:00:00 2001 From: bee-worker <70210089+bee-worker@users.noreply.github.com> Date: Tue, 21 Feb 2023 10:30:59 +0100 Subject: [PATCH] docs: update supported bee (#612) --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a6af60e..4c790aa 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ **Warning: This project is in alpha state. There might (and most probably will) be changes in the future to its API and working. Also, no guarantees can be made about its stability, efficiency, and security at this stage.** -This project is intended to be used with **Bee version 1.11.1-1992b846**. +This project is intended to be used with **Bee version 1.12.0-88c1d236**. Using it with older or newer Bee versions is not recommended and may not work. Stay up to date by joining the [official Discord](https://discord.gg/GU22h2utj6) and by keeping an eye on the [releases tab](https://github.com/ethersphere/bee-dashboard/releases). diff --git a/package.json b/package.json index b472573..43d3b8d 100644 --- a/package.json +++ b/package.json @@ -159,6 +159,6 @@ "engines": { "node": ">=14.0.0", "npm": ">=6.9.0", - "bee": "1.11.1-1992b846" + "bee": "1.12.0-88c1d236" } }