We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcaf1df commit 5adb680Copy full SHA for 5adb680
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "parallax-js",
3
"description": "Parallax Engine that reacts to the orientation of a smart device.",
4
- "version": "3.0.0",
+ "version": "3.1.0",
5
"license": "MIT",
6
"main": "dist/parallax.js",
7
"homepage": "http://wagerfield.github.io/parallax/",
src/parallax.js
@@ -585,7 +585,7 @@ class Parallax {
585
}
586
587
version() {
588
- return '3.0.0'
+ return '3.1.0'
589
590
591
0 commit comments