diff --git a/package-lock.json b/package-lock.json index d6b98e0..a69e46b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-hide-show-utils", - "version": "0.2.0", + "version": "0.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c635359..aa66c6b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-hide-show-utils", - "version": "0.2.0", + "version": "0.3.0", "description": "Simple and small React components for showing and hiding children based on media queries", "main": "dist/index.js", "scripts": {