From 2652b375c08fa8628c0d8bfba49f1cc58d2cfdf8 Mon Sep 17 00:00:00 2001 From: Matthew Wagerfield Date: Mon, 12 May 2014 18:29:02 +0100 Subject: [PATCH] :gb: Updated references. --- bower.json | 2 +- deploy/jquery.parallax.js | 4 ++-- deploy/parallax.js | 4 ++-- package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bower.json b/bower.json index 6c98838..e7ae599 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "parallax", "description": "Parallax Engine that reacts to the orientation of a smart device.", - "version": "2.1.2", + "version": "2.1.3", "license": "MIT", "homepage": "http://wagerfield.github.io/parallax/", "authors": [ diff --git a/deploy/jquery.parallax.js b/deploy/jquery.parallax.js index a1ff068..2f99a12 100644 --- a/deploy/jquery.parallax.js +++ b/deploy/jquery.parallax.js @@ -2,7 +2,7 @@ // // The MIT License // -// Copyright (C) 2014 Matthew Wagerfield - @mwagerfield +// Copyright (C) 2014 Matthew Wagerfield - @wagerfield // // Permission is hereby granted, free of charge, to any // person obtaining a copy of this software and associated @@ -31,7 +31,7 @@ /** * jQuery || Zepto Parallax Plugin - * @author Matthew Wagerfield - @mwagerfield + * @author Matthew Wagerfield - @wagerfield * @description Creates a parallax effect between an array of layers, * driving the motion from the gyroscope output of a smartdevice. * If no gyroscope is available, the cursor position is used. diff --git a/deploy/parallax.js b/deploy/parallax.js index eb16e91..1030d89 100644 --- a/deploy/parallax.js +++ b/deploy/parallax.js @@ -2,7 +2,7 @@ // // The MIT License // -// Copyright (C) 2014 Matthew Wagerfield - @mwagerfield +// Copyright (C) 2014 Matthew Wagerfield - @wagerfield // // Permission is hereby granted, free of charge, to any // person obtaining a copy of this software and associated @@ -31,7 +31,7 @@ /** * Parallax.js - * @author Matthew Wagerfield - @mwagerfield + * @author Matthew Wagerfield - @wagerfield * @description Creates a parallax effect between an array of layers, * driving the motion from the gyroscope output of a smartdevice. * If no gyroscope is available, the cursor position is used. diff --git a/package.json b/package.json index 0d76274..27c4735 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "parallax", "description": "Parallax Engine that reacts to the orientation of a smart device.", - "version": "2.1.2", + "version": "2.1.3", "license": "MIT", "homepage": "http://wagerfield.github.io/parallax/", "author": "Matthew Wagerfield ",