Skip to content

Commit 5adb680

Browse files
author
René Roth
committed
Bump version to 3.1.0
1 parent fcaf1df commit 5adb680

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "parallax-js",
33
"description": "Parallax Engine that reacts to the orientation of a smart device.",
4-
"version": "3.0.0",
4+
"version": "3.1.0",
55
"license": "MIT",
66
"main": "dist/parallax.js",
77
"homepage": "http://wagerfield.github.io/parallax/",

src/parallax.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ class Parallax {
585585
}
586586

587587
version() {
588-
return '3.0.0'
588+
return '3.1.0'
589589
}
590590

591591
}

0 commit comments

Comments
 (0)