Updating the source version to 1.8.1pre

This commit is contained in:
Dave Methvin 2012-08-09 16:25:57 -04:00
parent 95559f5117
commit 81bf633596
2 changed files with 2 additions and 2 deletions

View File

@ -127,7 +127,7 @@ function makeReleaseCopies( next ) {
}
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 = [];

View File

@ -2,7 +2,7 @@
"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",