diff options
author | Scott González <scott.gonzalez@gmail.com> | 2014-04-17 15:11:24 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2014-04-17 15:18:19 -0400 |
commit | f873d065432c20a61b7351f559b43dbfcf661ddf (patch) | |
tree | 77171f20da6726b0b39a7c8c162801bea7ee5b05 | |
parent | d2c488402a9ee757e0b4e52e09a0530bc97bb2f2 (diff) | |
download | jquery-f873d065432c20a61b7351f559b43dbfcf661ddf.tar.gz jquery-f873d065432c20a61b7351f559b43dbfcf661ddf.zip |
Build: Update version from pre to -pre
Ref jquery/jquery-release#61
Closes gh-1562
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 39c5b22a2..42ec792dd 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "jquery", "title": "jQuery", "description": "JavaScript library for DOM operations", - "version": "1.11.1pre", + "version": "1.11.1-pre", "main": "dist/jquery.js", "homepage": "http://jquery.com", "author": { |