From 81bf63359641255dfd340714d0635be03bda8de9 Mon Sep 17 00:00:00 2001 From: Dave Methvin Date: Thu, 9 Aug 2012 16:25:57 -0400 Subject: [PATCH] Updating the source version to 1.8.1pre --- build/release.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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", -- 2.39.5