Skip to content

Commit

Permalink
Version 3.0.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
JangoSteve committed Jan 29, 2014
1 parent 42e4ea8 commit dcc0dd5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
## 3.0.4 (29 January 2014)

- Updated to jQuery 1.11.0
- Updated to latest jquery-ujs
- Added development rake task for updating jQuery

## 3.0.4 (10 July 2013)

- Fixed jQuery source map
Expand Down
1 change: 1 addition & 0 deletions VERSIONS.md
Expand Up @@ -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 || - |
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit dcc0dd5

Please sign in to comment.