diff --git a/README.md b/README.md index 4c790aa6..730558fa 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.12.0-88c1d236**. +This project is intended to be used with **Bee version 1.13.0-f1067884**. 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 8264d2b7..6c10d0dc 100644 --- a/package.json +++ b/package.json @@ -159,6 +159,6 @@ "engines": { "node": ">=14.0.0", "npm": ">=6.9.0", - "bee": "1.16.1-8e269c8" + "bee": "1.13.0-f1067884" } }