diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2014-11-03 12:29:16 -0500 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2014-11-03 12:29:16 -0500 |
commit | 7a607c5673fa36f9818f19e349871600a2938b1e (patch) | |
tree | bf177a0167a60afdd94afba8d29e56b5dc2516c2 /package.json | |
parent | 598ed050f6931922214aeaea8a1dc867e0cc6fb7 (diff) | |
download | jquery-7a607c5673fa36f9818f19e349871600a2938b1e.tar.gz jquery-7a607c5673fa36f9818f19e349871600a2938b1e.zip |
Build: update version to 3.0.0-pre
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index c26a57a76..1c8d989b1 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "jquery", "title": "jQuery", "description": "JavaScript library for DOM operations", - "version": "2.1.2-pre", + "version": "3.0.0-pre", "main": "dist/jquery.js", "homepage": "http://jquery.com", "author": { |