Skip to content

Commit 2652b37

Browse files
committed
🇬🇧 Updated references.
1 parent cae0e3b commit 2652b37

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

bower.json

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

deploy/jquery.parallax.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// The MIT License
44
//
5-
// Copyright (C) 2014 Matthew Wagerfield - @mwagerfield
5+
// Copyright (C) 2014 Matthew Wagerfield - @wagerfield
66
//
77
// Permission is hereby granted, free of charge, to any
88
// person obtaining a copy of this software and associated
@@ -31,7 +31,7 @@
3131

3232
/**
3333
* jQuery || Zepto Parallax Plugin
34-
* @author Matthew Wagerfield - @mwagerfield
34+
* @author Matthew Wagerfield - @wagerfield
3535
* @description Creates a parallax effect between an array of layers,
3636
* driving the motion from the gyroscope output of a smartdevice.
3737
* If no gyroscope is available, the cursor position is used.

deploy/parallax.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// The MIT License
44
//
5-
// Copyright (C) 2014 Matthew Wagerfield - @mwagerfield
5+
// Copyright (C) 2014 Matthew Wagerfield - @wagerfield
66
//
77
// Permission is hereby granted, free of charge, to any
88
// person obtaining a copy of this software and associated
@@ -31,7 +31,7 @@
3131

3232
/**
3333
* Parallax.js
34-
* @author Matthew Wagerfield - @mwagerfield
34+
* @author Matthew Wagerfield - @wagerfield
3535
* @description Creates a parallax effect between an array of layers,
3636
* driving the motion from the gyroscope output of a smartdevice.
3737
* If no gyroscope is available, the cursor position is used.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "parallax",
33
"description": "Parallax Engine that reacts to the orientation of a smart device.",
4-
"version": "2.1.2",
4+
"version": "2.1.3",
55
"license": "MIT",
66
"homepage": "http://wagerfield.github.io/parallax/",
77
"author": "Matthew Wagerfield <[email protected]>",

0 commit comments

Comments
 (0)