diff --git a/package.json b/package.json index 3c359e1..b3f9e59 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "parallax-js", "description": "Parallax Engine that reacts to the orientation of a smart device.", - "version": "3.0.0", + "version": "3.1.0", "license": "MIT", "main": "dist/parallax.js", "homepage": "http://wagerfield.github.io/parallax/", diff --git a/src/parallax.js b/src/parallax.js index 9ce3f4a..3c345b3 100644 --- a/src/parallax.js +++ b/src/parallax.js @@ -585,7 +585,7 @@ class Parallax { } version() { - return '3.0.0' + return '3.1.0' } }