Skip to content

Commit

Permalink
🇬🇧 Updated references.
Browse files Browse the repository at this point in the history
  • Loading branch information
wagerfield committed May 12, 2014
1 parent cae0e3b commit 2652b37
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
4 changes: 2 additions & 2 deletions deploy/jquery.parallax.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions deploy/parallax.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down

0 comments on commit 2652b37

Please sign in to comment.