Skip to content

Commit

Permalink
Updated version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitk05 committed Jun 12, 2021
1 parent 2d68e23 commit 1e54088
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class App extends React.Component {
return (
<div className="App">
<div className="left">
<h2><code><a rel="noopener noreferrer" href="https://www.npmjs.com/package/react-insta-stories" target="_blank">react-insta-stories [v2.1.3]</a></code></h2>
<h2><code><a rel="noopener noreferrer" href="https://www.npmjs.com/package/react-insta-stories" target="_blank">react-insta-stories [v2.2.0]</a></code></h2>
<p>Create Instagram like stories on the web using React</p>
<br />
<code ><span style={{ background: '#eee', padding: 5, paddingLeft: 10, paddingRight: 10, borderRadius: 5, width: 'auto' }}>npm i react-insta-stories</span></code>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

1 comment on commit 1e54088

@vercel
Copy link

@vercel vercel bot commented on 1e54088 Jun 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.