}
function setNextVersion( next ) {
updatePackageVersion( nextVersion );
- exec( "git commit -a -m 'Updating the source version to " + nextVersion + "'", next );
+ exec( 'git commit -a -m "Updating the source version to ' + nextVersion + '"', next );
}
function uploadToCDN( next ) {
var cmds = [];
"name": "jquery",
"title": "jQuery",
"description": "JavaScript library for DOM operations",
- "version": "1.8.0",
+ "version": "1.8.1pre",
"homepage": "http://jquery.com",
"author": {
"name": "jQuery Foundation and other contributors",