From 5adb680c3d30f17d4fd311b042e420b269a42248 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Roth?= Date: Sun, 10 Sep 2017 12:36:24 +0200 Subject: [PATCH] Bump version to 3.1.0 --- package.json | 2 +- src/parallax.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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' } }