Skip to content

Commit

Permalink
- Updating version number & dist files #30
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarotrigo committed Sep 18, 2018
1 parent 25e180a commit 770082e
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 25 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<p align="center">Official React wrapper for the <a target="_blank" href="https://github.com/alvarotrigo/fullPage.js/">fullpage.js library</a></p>

<p align="center">
<img src="https://img.shields.io/badge/react--fullpage-v0.0.6-brightgreen.svg" alt="react-fullpage version" />
<img src="https://img.shields.io/badge/react--fullpage-v0.1.0-brightgreen.svg" alt="react-fullpage version" />
</p>

- [Demo online](https://alvarotrigo.com/react-fullpage/) | [CodeSandbox](https://codesandbox.io/s/m34yq5q0qx)
Expand Down
2 changes: 1 addition & 1 deletion components/ReactFullpage/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* react-fullpage 0.0.6
* react-fullpage 0.1.0
* https://github.com/alvarotrigo/react-fullpage
* @license https://github.com/alvarotrigo/react-fullpage#license
*
Expand Down
2 changes: 2 additions & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@
<div id="react-root"></div>
<script type="text/javascript" src="react-fullpage.js"></script></body>
</html>

</html>
22 changes: 11 additions & 11 deletions dist/react-fullpage-commonjs.js

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions dist/react-fullpage.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fullpage/react-fullpage",
"version": "0.0.9",
"version": "0.1.0",
"description": "Official react wrapper for fullPage.js",
"author": "cmswalker",
"contributors": [
Expand Down

0 comments on commit 770082e

Please sign in to comment.