Skip to content

Commit

Permalink
Bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
coop182 committed Apr 12, 2016
1 parent 5df4dc9 commit 904250a
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion MIT-License.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2015 Matt Cooper
Copyright (c) 2016 Matt Cooper

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:

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery.dfp",
"version": "2.4.1",
"version": "2.4.2",
"main": "jquery.dfp.js",
"ignore": [
"img/",
Expand Down
2 changes: 1 addition & 1 deletion dfp.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"ads",
"advertising"
],
"version": "2.4.1",
"version": "2.4.2",
"author": {
"name": "Matt Cooper",
"email": "[email protected]",
Expand Down
5 changes: 2 additions & 3 deletions jquery.dfp.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*!
* jQuery DFP v2.4.1
* jQuery DFP v2.4.2
* http://github.com/coop182/jquery.dfp.js
*
* Copyright 2015 Matt Cooper
* Copyright 2016 Matt Cooper
* Released under the MIT license
*/

Expand Down Expand Up @@ -299,7 +299,6 @@
pubadsService.noFetch();
}


if (dfpOptions.setCentering) {
pubadsService.setCentering(true);
}
Expand Down
4 changes: 2 additions & 2 deletions jquery.dfp.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery.dfp",
"version": "2.4.1",
"version": "2.4.2",
"devDependencies": {
"grunt": "~0.4",
"grunt-contrib-jasmine": "^0.8.2",
Expand Down

0 comments on commit 904250a

Please sign in to comment.