From 1e54088689791fb5301054d90adf65a48b2422e4 Mon Sep 17 00:00:00 2001 From: Mohit Karekar Date: Sat, 12 Jun 2021 13:20:41 +0530 Subject: [PATCH] Updated version to 2.2.0 --- example/src/App.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",