Skip to content

Commit

Permalink
fix: redeem gift code issue ethersphere/bee-dashboard#674 (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
rampall authored Oct 8, 2024
1 parent d22ba38 commit 5433a57
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,14 @@ npx dappnodesdk build --provider http://ipfs.dappnode:5001/
```
(node:88443) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
Validating files for swarm.public.dappnode.eth (version 2.2.0)
Validating files for swarm.public.dappnode.eth (version 2.2.1)
⠙ Validate files
✔ Validate files
✔ Validate files
✔ Verify connection
✔ Create release directories
✔ Copy files to release directory
✔ Build swarm.public.dappnode.eth (version 2.2.0) for arch linux/amd64
✔ Build swarm.public.dappnode.eth (version 2.2.1) for arch linux/amd64
✔ Upload release for swarm.public.dappnode.eth to IPFS node
✔ Save upload results
Expand Down
2 changes: 1 addition & 1 deletion dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swarm.public.dappnode.eth",
"version": "2.2.0",
"version": "2.2.1",
"upstreamVersion": "v2.2.0",
"upstreamRepo": "ethersphere/bee",
"upstreamArg": "UPSTREAM_VERSION",
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.4"
services:
bee:
image: "bee.swarm.public.dappnode.eth:2.2.0"
image: "bee.swarm.public.dappnode.eth:2.2.1"
build:
context: bee
args:
Expand All @@ -26,7 +26,7 @@ services:
EXTRA_OPTS: ""
restart: unless-stopped
dashboard:
image: "dashboard.swarm.public.dappnode.eth:2.2.0"
image: "dashboard.swarm.public.dappnode.eth:2.2.1"
build:
context: dashboard
restart: unless-stopped
Expand Down
6 changes: 6 additions & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,11 @@
"uploadedTo": {
"dappnode": "Mon, 30 Sep 2024 23:59:20 GMT"
}
},
"2.2.1": {
"hash": "/ipfs/QmWpj2WYPCrUX9SPqPYfu3gEEwqqYrypKkN63jDzitzzYG",
"uploadedTo": {
"dappnode": "Tue, 08 Oct 2024 15:26:27 GMT"
}
}
}

0 comments on commit 5433a57

Please sign in to comment.