From 0afe0b16a1af4e612150bac4ca651811591a26be Mon Sep 17 00:00:00 2001 From: uintgroup Date: Thu, 10 Aug 2023 19:24:34 -0400 Subject: [PATCH] V1.0.4: readme tweaks --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1a8d647..de7cc57 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Selective Pausable +# Pausable-Selective An expansion on OpenZeppelin's Pausable.sol contract, which adds the ability to pause/unpause a function by its selector. @@ -7,4 +7,4 @@ This contract can work instead of, or along side the OpenZeppelin Pausable.sol c This contract is in development and should only be used after performing independent testing. -Install with: `npm i @uintgroup/selective-pausable` +Install with: `npm i @uintgroup/selective-pausable` or `forge install uintgroup/pausable-selective` diff --git a/package.json b/package.json index facb3a4..b7ec09a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uintgroup/pausable-selective", - "version": "1.0.2", + "version": "1.0.4", "description": "An expansion on OpenZeppelin's Pausable.sol. This contract adds the ability to pause each function by its selector.", "main": "index.js", "directories": {