diff --git a/package.json b/package.json index adeeecb..68bbcf4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "use-viewport-sizes", - "version": "0.7.0-alpha.1", + "version": "0.7.0", "description": "a tiny React hook which allows you to track visible window viewport size in your components w/ an optional debounce or custom memo function for updates for optimal rendering.", "main": "./build/index.js", "types": "./build/index.d.ts",