diff --git a/package-lock.json b/package-lock.json index 97babd5..a77b46b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fablo", - "version": "2.4.3", + "version": "2.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "fablo", - "version": "2.4.3", + "version": "2.5.0", "license": "Apache-2.0", "devDependencies": { "@types/jest": "^29.4.0", diff --git a/package.json b/package.json index 20630fa..5b98463 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fablo", - "version": "2.4.3", + "version": "2.5.0", "type": "commonjs", "description": "JS/TS bindings for Fablo (https://github.com/hyperledger-labs/fablo)", "author": "Jakub Dzikowski ", @@ -25,7 +25,7 @@ "build": "tsc -p tsconfig-dist.json", "build:dist": "npm run clean && tsc -p tsconfig-dist.json && npm run copydeps", "lint": "eslint --fix src", - "update-bin": "mkdir -p bin && cd bin && curl -Lf https://github.com/hyperledger-labs/fablo/releases/download/2.4.3/fablo.sh -o ./fablo && chmod +x ./fablo && ./fablo init", + "update-bin": "mkdir -p bin && cd bin && curl -Lf https://github.com/hyperledger-labs/fablo/releases/download/2.5.0/fablo.sh -o ./fablo && chmod +x ./fablo && ./fablo init", "test": "jest src --runInBand", "prepublishOnly": "npm run clean && npm run build && npm run lint && npm run update-bin && npm run test" },