diff --git a/jsr.json b/jsr.json index afbc16a..eee1339 100644 --- a/jsr.json +++ b/jsr.json @@ -1,5 +1,5 @@ { "name": "@tsx/use-detector", - "version": "1.1.0", + "version": "1.1.1", "exports": "./src/index.ts" } \ No newline at end of file diff --git a/package.json b/package.json index 756c89b..312d3a2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "use-detector", "description": "`useDetector` React hook allows components to observe changes to a value and triggers re-renders automatically when the value changes.", - "version": "1.1.0", + "version": "1.1.1", "type": "module", "author": { "name": "Arafat Husayn",