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

Commit e743af3

Browse files
committed
build(version): 1.0.1
1 parent b176554 commit e743af3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

demo/src/App.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class App extends Component {
6363

6464
<main>
6565
<div style={{padding: '12px', textAlign: 'center'}}>
66-
<div>SidebarJS is visible?</div>
66+
<div>Is visible?</div>
6767
<div style={{marginTop: '6px'}}>{this.state.isVisibleSidebar.toString()}</div>
6868
</div>
6969
<Switch>

dist/react-sidebarjs.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* ReactSidebarJS
3-
* Version 1.0.0
3+
* Version 1.0.1
44
* https://github.com/SidebarJS/react-sidebarjs#readme
55
*/
66

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-sidebarjs",
33
"library": "ReactSidebarJS",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"description": "Create mobile sidebar/sidenav experiance in pure javascript",
66
"main": "index.js",
77
"scripts": {

0 commit comments

Comments
 (0)