Skip to content

Commit

Permalink
0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bagusindrayana committed Jan 28, 2022
1 parent 0c00bde commit 3d15ac7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<li data-page="#page3" >Page 3</li>
</ul>

<script src="./scrollpage.js"></script>
<script src="./scrollpage.min.js"></script>
<script>
const scrollPage = new ScrollPage("#main-page",{
menu:"ul.side-nav",
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": "scrollpage-js",
"description": "Single full page scroll animation inspired by fullPage JS",
"version": "0.1.1",
"version": "0.1.2",
"keywords": [
"scroll",
"scrollview",
Expand Down

0 comments on commit 3d15ac7

Please sign in to comment.