diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2013-03-23 15:20:46 -0400 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2013-03-23 15:20:46 -0400 |
commit | f319f42db073a0c5cc6d2fc17f40d0093547edcd (patch) | |
tree | adf8554b5e5b8001d1dbe1c2248be23ebd0bbf64 | |
parent | 6bbbb785db2f94400574b6baefaa3c911bf06547 (diff) | |
download | jquery-f319f42db073a0c5cc6d2fc17f40d0093547edcd.tar.gz jquery-f319f42db073a0c5cc6d2fc17f40d0093547edcd.zip |
Use semver versions for our in-between versions as well.
http://semver.org
-rw-r--r-- | package.json | 2 | ||||
m--------- | src/sizzle | 0 |
2 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", diff --git a/src/sizzle b/src/sizzle -Subproject 133601200154e9d341178e7262a74b419519e8e +Subproject a9ab22e770ab94c4c8b426e2f46f6ab91a19639 |