Skip to content

Commit

Permalink
Merge pull request #9 from ssi02014/dev
Browse files Browse the repository at this point in the history
v2.2.1
  • Loading branch information
ssi02014 committed Jun 20, 2023
2 parents 80d0edc + b318c7f commit 89da84e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -58,7 +58,7 @@ import { FixedStepParallax } from 'react-step-parallax';
const App = () => {
return (
<div>
{/* Parallax public setting */}
{/* Parallax Common Setting */}
<FixedStepParallax
background={'#fff'} // css background property (string)
startX={100} // number(px), start position
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-step-parallax",
"version": "2.2.0",
"version": "2.2.1",
"description": "react-step-parallax",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down

0 comments on commit 89da84e

Please sign in to comment.