From: Dave Methvin Date: Thu, 9 Aug 2012 20:25:57 +0000 (-0400) Subject: Updating the source version to 1.8.1pre X-Git-Tag: 1.8.1~55 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=81bf63359641255dfd340714d0635be03bda8de9;p=jquery.git Updating the source version to 1.8.1pre --- diff --git a/build/release.js b/build/release.js index 97cfce7fc..4da3a3ee7 100644 --- a/build/release.js +++ b/build/release.js @@ -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 = []; diff --git a/package.json b/package.json index 7c65317e5..29a3ae7d9 100644 --- a/package.json +++ b/package.json @@ -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",