diff --git a/packages/debounce-handler/package.json b/packages/debounce-handler/package.json index de29f84..211e2cb 100644 --- a/packages/debounce-handler/package.json +++ b/packages/debounce-handler/package.json @@ -1,9 +1,10 @@ { "name": "@hocs/debounce-handler", - "version": "0.2.1", - "description": "Debounce handler HOC for React", + "version": "0.3.0", + "description": "Debounce handler HOC for React and React Native", "keywords": [ "react", + "react-native", "hoc", "recompose", "debounce"