diff --git a/package-lock.json b/package-lock.json index 6be993e..3dd8a1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-columns", - "version": "1.1.1", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 785f72a..83845b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-columns", - "version": "1.1.1", + "version": "1.2.0", "description": "React component for rendering columns from a list of children with horizontal ordering", "main": "lib/index.js", "module": "es/index.js",