diff --git a/example/src/App.js b/example/src/App.js index 352b5bcc1..1c88c782e 100644 --- a/example/src/App.js +++ b/example/src/App.js @@ -7,7 +7,7 @@ class App extends React.Component { return (
-

react-insta-stories [v2.1.3]

+

react-insta-stories [v2.2.0]

Create Instagram like stories on the web using React


npm i react-insta-stories diff --git a/package.json b/package.json index 3a67d1145..0536a6265 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-insta-stories", - "version": "2.1.3", + "version": "2.2.0", "description": "A React component for Instagram like stories", "main": "dist/index.js", "types": "dist/index.d.ts",