Skip to content

Commit 904250a

Browse files
committed
Bumping version
1 parent 5df4dc9 commit 904250a

File tree

6 files changed

+8
-9
lines changed

6 files changed

+8
-9
lines changed

MIT-License.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015 Matt Cooper
1+
Copyright (c) 2016 Matt Cooper
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
44

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery.dfp",
3-
"version": "2.4.1",
3+
"version": "2.4.2",
44
"main": "jquery.dfp.js",
55
"ignore": [
66
"img/",

dfp.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"ads",
99
"advertising"
1010
],
11-
"version": "2.4.1",
11+
"version": "2.4.2",
1212
"author": {
1313
"name": "Matt Cooper",
1414
"email": "[email protected]",

jquery.dfp.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*!
2-
* jQuery DFP v2.4.1
2+
* jQuery DFP v2.4.2
33
* http://github.com/coop182/jquery.dfp.js
44
*
5-
* Copyright 2015 Matt Cooper
5+
* Copyright 2016 Matt Cooper
66
* Released under the MIT license
77
*/
88

@@ -299,7 +299,6 @@
299299
pubadsService.noFetch();
300300
}
301301

302-
303302
if (dfpOptions.setCentering) {
304303
pubadsService.setCentering(true);
305304
}

jquery.dfp.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery.dfp",
3-
"version": "2.4.1",
3+
"version": "2.4.2",
44
"devDependencies": {
55
"grunt": "~0.4",
66
"grunt-contrib-jasmine": "^0.8.2",

0 commit comments

Comments
 (0)