From 126bad427c36a42e8fb982764b99088369c80ccb Mon Sep 17 00:00:00 2001 From: uintgroup <141860933+uintgroup@users.noreply.github.com> Date: Fri, 11 Aug 2023 19:20:30 +0000 Subject: [PATCH] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0435713..4fae243 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uintgroup/pausable-selective", - "version": "1.0.4", + "version": "0.0.1", "description": "An expansion on OpenZeppelin's Pausable.sol. This contract adds the ability to pause each function by its selector.", "main": "index.js", "directories": { @@ -30,4 +30,4 @@ "test": "echo \"Error: no test specified\" && exit 1", "build": "echo \"Error: no build specified\" && exit 1" } -} \ No newline at end of file +}