Skip to content

Commit

Permalink
Bumping versions
Browse files Browse the repository at this point in the history
  • Loading branch information
coop182 committed Feb 28, 2014
1 parent 8010a25 commit c798085
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ grunt.initConfig({
components: {
src: ['jquery.dfp.js'],
options: {
vendor: ['http://code.jquery.com/jquery-1.7.2.js'],
vendor: ['http://code.jquery.com/jquery-1.11.0.js'],
specs: 'tests/spec/*Spec.js'
}
}
Expand All @@ -41,4 +41,4 @@ grunt.registerTask('default', ['jshint', 'jasmine', 'uglify']);
// Travis task(s).
grunt.registerTask('travis', ['jshint', 'jasmine']);

};
};
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": "1.0.18",
"version": "1.0.19",
"author": {
"name": "Matt Cooper",
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion jquery.dfp.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* jQuery DFP v1.0.18
* jQuery DFP v1.0.19
* http://github.com/coop182/jquery.dfp.js
*
* Copyright 2013 Matt Cooper
Expand Down
2 changes: 1 addition & 1 deletion jquery.dfp.min.js

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery.dfp",
"version": "1.0.18",
"version": "1.0.19",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.0",
Expand All @@ -10,4 +10,4 @@
"scripts": {
"test": "grunt travis --verbose"
}
}
}

0 comments on commit c798085

Please sign in to comment.