Skip to content

Commit

Permalink
Fix version and link to latest deployment (#441)
Browse files Browse the repository at this point in the history
* fix app version to actual release

* link to latest deployment
  • Loading branch information
schmanu authored Jul 28, 2022
1 parent 249089a commit 5611f84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This can also be done directly in the the app on your next airdrop via the "Dona
## Loading the App in Gnosis Safe Interface

The current version is deployed on IPFS at
https://cloudflare-ipfs.com/ipfs/Qmdc4ktU7wMaqM6165NxMgpioEre1Pcain582AFChAY19k
https://cloudflare-ipfs.com/ipfs/QmUFKPZSn73LiwznQ3PVWQXpcaWVdYrSM6c5DES2y24EYd

For older deployed versions, you can find the IPFS hash under [Releases](https://github.com/bh2smith/safe-airdrop/releases).

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "safe-airdrop",
"version": "1.3.0",
"version": "2.1.0",
"license": "MIT",
"private": true,
"scripts": {
Expand Down

0 comments on commit 5611f84

Please sign in to comment.