diff options
author | Scott González <scott.gonzalez@gmail.com> | 2015-02-23 14:01:03 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2015-02-23 14:01:03 -0500 |
commit | 8fdfea5fe9f6804840bd98396c1b3992360369a4 (patch) | |
tree | 5b120316da9f4135bc5382c9fd5e078ac0307087 /bower.json | |
parent | fac8e517d7ea4c65bad21a65ad59eef1e4379efb (diff) | |
download | jquery-ui-8fdfea5fe9f6804840bd98396c1b3992360369a4.tar.gz jquery-ui-8fdfea5fe9f6804840bd98396c1b3992360369a4.zip |
Build: Upgrade to jQuery 1.11.2
Adds jQuery 1.11.0, 1.11.1, 1.11.2, 2.1.0, 2.1.1, 2.1.2, 2.1.3
Diffstat (limited to 'bower.json')
-rw-r--r-- | bower.json | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/bower.json b/bower.json index cab4b258e..38a9f77ee 100644 --- a/bower.json +++ b/bower.json @@ -28,10 +28,17 @@ "jquery-1.10.0": "jquery#1.10.0", "jquery-1.10.1": "jquery#1.10.1", "jquery-1.10.2": "jquery#1.10.2", - "jquery-1.x": "jquery#1.10.2", + "jquery-1.11.0": "jquery#1.11.0", + "jquery-1.11.1": "jquery#1.11.1", + "jquery-1.11.2": "jquery#1.11.2", + "jquery-1.x": "jquery#1.11.2", "jquery-2.0.0": "jquery#2.0.0", "jquery-2.0.1": "jquery#2.0.1", "jquery-2.0.2": "jquery#2.0.2", - "jquery-2.0.3": "jquery#2.0.3" + "jquery-2.0.3": "jquery#2.0.3", + "jquery-2.1.0": "jquery#2.1.0", + "jquery-2.1.1": "jquery#2.1.1", + "jquery-2.1.2": "jquery#2.1.2", + "jquery-2.1.3": "jquery#2.1.3" } } |