Skip to content

Commit c798085

Browse files
committed
Bumping versions
1 parent 8010a25 commit c798085

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ grunt.initConfig({
1919
components: {
2020
src: ['jquery.dfp.js'],
2121
options: {
22-
vendor: ['http://code.jquery.com/jquery-1.7.2.js'],
22+
vendor: ['http://code.jquery.com/jquery-1.11.0.js'],
2323
specs: 'tests/spec/*Spec.js'
2424
}
2525
}
@@ -41,4 +41,4 @@ grunt.registerTask('default', ['jshint', 'jasmine', 'uglify']);
4141
// Travis task(s).
4242
grunt.registerTask('travis', ['jshint', 'jasmine']);
4343

44-
};
44+
};

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": "1.0.18",
11+
"version": "1.0.19",
1212
"author": {
1313
"name": "Matt Cooper",
1414
"email": "matt@matthewcooper.net",

jquery.dfp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* jQuery DFP v1.0.18
2+
* jQuery DFP v1.0.19
33
* http://github.com/coop182/jquery.dfp.js
44
*
55
* Copyright 2013 Matt Cooper

jquery.dfp.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery.dfp",
3-
"version": "1.0.18",
3+
"version": "1.0.19",
44
"devDependencies": {
55
"grunt": "~0.4.1",
66
"grunt-contrib-jshint": "~0.6.0",
@@ -10,4 +10,4 @@
1010
"scripts": {
1111
"test": "grunt travis --verbose"
1212
}
13-
}
13+
}

0 commit comments

Comments
 (0)