diff --git a/lib/package.json b/lib/package.json index 1d726bbf..86e2ea7a 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,23 +1,23 @@ { - "name": "@findonflow/find-flow-contracts", - "version": "3.8.0", - "description": "Cadence transactions and scripts to work with https://find.xyz ", - "main": "index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/findonflow/find.git" - }, - "keywords": [ - "cadence", - "client" - ], - "author": "Find on Flow LLP", - "license": "MIT", - "bugs": { - "url": "https://github.com/findonflow/find/issues" - }, - "homepage": "https://github.com/findonflow/find#readme" + "name": "@findonflow/find-flow-contracts", + "version": "3.8.1", + "description": "Cadence transactions and scripts to work with https://find.xyz ", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/findonflow/find.git" + }, + "keywords": [ + "cadence", + "client" + ], + "author": "Find on Flow LLP", + "license": "MIT", + "bugs": { + "url": "https://github.com/findonflow/find/issues" + }, + "homepage": "https://github.com/findonflow/find#readme" }