We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42e4ea8 commit dcc0dd5Copy full SHA for dcc0dd5
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 3.0.4 (29 January 2014)
2
+
3
+ - Updated to jQuery 1.11.0
4
+ - Updated to latest jquery-ujs
5
+ - Added development rake task for updating jQuery
6
7
## 3.0.4 (10 July 2013)
8
9
- Fixed jQuery source map
VERSIONS.md
@@ -2,6 +2,7 @@
| Gem | jQuery | jQuery UI |
|--------|--------|-----------|
+| 3.0.5 | 1.11.0 | - |
| 3.0.4 | ↾ | - |
| 3.0.3 | 1.10.2 | - |
| 3.0.2 | ↾ | - |
lib/jquery/rails/version.rb
@@ -1,6 +1,6 @@
module Jquery
module Rails
- VERSION = "3.0.4"
+ VERSION = "3.0.5"
JQUERY_VERSION = "1.11.0"
JQUERY_UJS_VERSION = "e9e8b8fd3abb1571781bca7640e5c0c4d9cea2e3"
end
0 commit comments