diff --git a/README.md b/README.md index d67da06..9a3001d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This is library aims to replace [react-slick][react-slick]. Uses **flexbox** exclusively, so no support for older browsers :cry: :cry: -On the bright side, it is extremly flexible. Currently only supports `react-0.13` +On the bright side, it is extremly flexible. Currently it supports `>=react-0.13` ## Examples diff --git a/package.json b/package.json index affa900..0dfc4f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-flex-slick", - "version": "0.3.0", + "version": "0.3.1", "description": "Slick carousel using Flexbox", "main": "./lib/index.js", "scripts": {