]> source.dussan.org Git - jquery.git/commitdiff
Updating the source version to 1.8.1pre
authorDave Methvin <dave.methvin@gmail.com>
Thu, 9 Aug 2012 20:25:57 +0000 (16:25 -0400)
committerDave Methvin <dave.methvin@gmail.com>
Thu, 9 Aug 2012 20:25:57 +0000 (16:25 -0400)
build/release.js
package.json

index 97cfce7fc31aba261e1d984c11a9846a2cd2d54f..4da3a3ee7354850c969a6f132f71c12f9fa6b603 100644 (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 = [];
index 7c65317e59dfed84ef5e73b7fdb1ac9b32d65263..29a3ae7d948b49062c027a036af0eb69e016c039 100644 (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",