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: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.2.0 (unreleased)

- Updated to latest jQueryUI 1.9.1

## 2.1.4 (unreleased)

- Rails 4 compatibility
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jQuery! For Rails! So great.
This gem provides:

* jQuery 1.8.2
* jQuery UI 1.8.23 (javascript only)
* jQuery UI 1.9.1 (javascript only)
* the jQuery UJS adapter
* assert_select_jquery to test jQuery responses in Ruby 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.1.4"
VERSION = "2.2.0"
JQUERY_VERSION = "1.8.2"
JQUERY_UI_VERSION = "1.8.23"
JQUERY_UI_VERSION = "1.9.1"
JQUERY_UJS_VERSION = "bddff6a677edc54f00e48bde740b0b22d68deef6"
end
end
Loading