Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ jQuery! For Rails! So great.

This gem provides:

* jQuery 1.7.1
* jQuery UI 1.8.16
* jQuery 1.7.2
* jQuery UI 1.8.18
* the latest jQuery UJS adapter
* and Sam Ruby's assert_select_jquery function, which is automatically included for use in tests.

Expand Down
4 changes: 2 additions & 2 deletions lib/jquery/rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module Jquery
module Rails
VERSION = "2.0.1"
JQUERY_VERSION = "1.7.1"
JQUERY_UI_VERSION = "1.8.16"
JQUERY_VERSION = "1.7.2"
JQUERY_UI_VERSION = "1.8.18"
JQUERY_UJS_VERSION = "82292010fb1743f038ab72b1f1e994e91be3eda3"
end
end
Loading