aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorTimmy Willison <timmywillisn@gmail.com>2013-03-23 15:20:46 -0400
committerTimmy Willison <timmywillisn@gmail.com>2013-03-23 15:20:46 -0400
commitf319f42db073a0c5cc6d2fc17f40d0093547edcd (patch)
treeadf8554b5e5b8001d1dbe1c2248be23ebd0bbf64 /package.json
parent6bbbb785db2f94400574b6baefaa3c911bf06547 (diff)
downloadjquery-f319f42db073a0c5cc6d2fc17f40d0093547edcd.tar.gz
jquery-f319f42db073a0c5cc6d2fc17f40d0093547edcd.zip
Use semver versions for our in-between versions as well.
http://semver.org
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 115801a47..7a4e544cd 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "jquery",
"title": "jQuery",
"description": "JavaScript library for DOM operations",
- "version": "2.0.0pre",
+ "version": "2.0.0-pre",
"homepage": "http://jquery.com",
"author": {
"name": "jQuery Foundation and other contributors",