Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
build(version): 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzodianni committed Feb 12, 2018
1 parent b176554 commit e743af3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class App extends Component {

<main>
<div style={{padding: '12px', textAlign: 'center'}}>
<div>SidebarJS is visible?</div>
<div>Is visible?</div>
<div style={{marginTop: '6px'}}>{this.state.isVisibleSidebar.toString()}</div>
</div>
<Switch>
Expand Down
2 changes: 1 addition & 1 deletion dist/react-sidebarjs.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* ReactSidebarJS
* Version 1.0.0
* Version 1.0.1
* https://github.com/SidebarJS/react-sidebarjs#readme
*/

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-sidebarjs",
"library": "ReactSidebarJS",
"version": "1.0.0",
"version": "1.0.1",
"description": "Create mobile sidebar/sidenav experiance in pure javascript",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e743af3

Please sign in to comment.