Permalink
Browse files
Updating the source version to 1.8.1pre
- Loading branch information...
Showing
with
2 additions
and
2 deletions.
-
+1
−1
build/release.js
-
+1
−1
package.json
|
@@ -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", |
|
|
0 comments on commit
81bf633