mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Updating the source version to 1.8.1pre
This commit is contained in:
parent
95559f5117
commit
81bf633596
@ -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 = [];
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user