From 50232dfa4b1c28444e7fb8418f0e809c35c5602b Mon Sep 17 00:00:00 2001 From: "Dr. GoNoGo [Gorilla_md]" <83670532+drgorillamd@users.noreply.github.com> Date: Mon, 19 Feb 2024 10:58:46 +0100 Subject: [PATCH] chore: npm version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d1ea23ad7..e0ab7355b 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/jbx-protocol/juice-contracts-v3" }, - "version": "5.0.0", + "version": "5.0.1", "license": "MIT", "dependencies": { "@chainlink/contracts": "^0.1.6", @@ -44,4 +44,4 @@ "compile": "yarn clean && hardhat compile", "pretty": "prettier --write \"./**/*.{js,jsx,json,sol}\"" } -} \ No newline at end of file +}