diff --git a/package.json b/package.json index 011d953..3d6a2fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-link-parser", - "version": "1.1.1", + "version": "1.1.2", "description": "Effortlessly parse text into links, tags, mentions, emails, etc.", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", @@ -24,7 +24,7 @@ "bugs": { "url": "https://github.com/amir2mi/react-link-parser/issues" }, - "homepage": "https://react-link-parser.surge.sh/", + "homepage": "https://react-link-parser.surge.sh", "scripts": { "build": "rollup -c --bundleConfigAsCjs", "build-watch": "rollup -c -w --bundleConfigAsCjs",