Skip to content

Commit 3c98266

Browse files
committed
Updated to jquery 1.7.2
1 parent f63bbdb commit 3c98266

File tree

4 files changed

+660
-522
lines changed

4 files changed

+660
-522
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jQuery! For Rails! So great.
44

55
This gem provides:
66

7-
* jQuery 1.7.1
7+
* jQuery 1.7.2
88
* jQuery UI 1.8.18
99
* the latest jQuery UJS adapter
1010
* and Sam Ruby's assert_select_jquery function, which is automatically included for use in tests.

lib/jquery/rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Jquery
22
module Rails
33
VERSION = "2.0.1"
4-
JQUERY_VERSION = "1.7.1"
4+
JQUERY_VERSION = "1.7.2"
55
JQUERY_UI_VERSION = "1.8.18"
66
JQUERY_UJS_VERSION = "82292010fb1743f038ab72b1f1e994e91be3eda3"
77
end

0 commit comments

Comments
 (0)