Skip to content

Commit

Permalink
chore: update to bee 1.7.0 (#738)
Browse files Browse the repository at this point in the history
  • Loading branch information
bee-worker authored Jul 27, 2022
1 parent f7ee798 commit d2cd180
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
**Warning: This project is in beta 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 <!-- SUPPORTED_BEE_START -->1.6.2<!-- SUPPORTED_BEE_END -->**. 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-js/releases).
This project is intended to be used with **Bee version <!-- SUPPORTED_BEE_START -->1.7.0<!-- SUPPORTED_BEE_END -->**. 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-js/releases).

## Table of Contents

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,6 @@
"npm": ">=6.0.0",
"beeApiVersion": "3.0.2",
"beeDebugApiVersion": "3.0.2",
"bee": "1.6.2-09106b54"
"bee": "1.7.0-bbf13011"
}
}
2 changes: 1 addition & 1 deletion src/modules/debug/status.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import getMajorSemver from 'semver/functions/major.js'

// Following lines bellow are automatically updated with GitHub Action when Bee version is updated
// so if you are changing anything about them change the `update_bee` action accordingly!
export const SUPPORTED_BEE_VERSION_EXACT = '1.6.2-09106b54'
export const SUPPORTED_BEE_VERSION_EXACT = '1.7.0-bbf13011'
export const SUPPORTED_API_VERSION = '3.0.2'
export const SUPPORTED_DEBUG_API_VERSION = '3.0.2'

Expand Down

0 comments on commit d2cd180

Please sign in to comment.