Skip to content

Commit

Permalink
Bump version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
René Roth committed Sep 10, 2017
1 parent fcaf1df commit 5adb680
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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/",
Expand Down
2 changes: 1 addition & 1 deletion src/parallax.js
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ class Parallax {
}

version() {
return '3.0.0'
return '3.1.0'
}

}
Expand Down

0 comments on commit 5adb680

Please sign in to comment.