From fcfe2b6187ab24473b0bde29dc39cee7b102a4fe Mon Sep 17 00:00:00 2001 From: Ian Sinnott Date: Wed, 16 Mar 2022 17:24:22 +0800 Subject: [PATCH] v1.0.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e41de21..fd68c2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-string-replace", - "version": "0.5.1", + "version": "1.0.0", "description": "String#replace for React components", "license": "MIT", "main": "index.js", @@ -41,4 +41,4 @@ "eslint-plugin-flowtype": "^2.25.0", "eslint-plugin-react": "^7.0.0" } -} \ No newline at end of file +}