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 ) {
|
function setNextVersion( next ) {
|
||||||
updatePackageVersion( nextVersion );
|
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 ) {
|
function uploadToCDN( next ) {
|
||||||
var cmds = [];
|
var cmds = [];
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "jquery",
|
"name": "jquery",
|
||||||
"title": "jQuery",
|
"title": "jQuery",
|
||||||
"description": "JavaScript library for DOM operations",
|
"description": "JavaScript library for DOM operations",
|
||||||
"version": "1.8.0",
|
"version": "1.8.1pre",
|
||||||
"homepage": "http://jquery.com",
|
"homepage": "http://jquery.com",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "jQuery Foundation and other contributors",
|
"name": "jQuery Foundation and other contributors",
|
||||||
|
Loading…
Reference in New Issue
Block a user