Skip to content

Commit 80f827c

Browse files
committed
Update jquery-rails version.
1 parent cbf37a1 commit 80f827c

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 3.1.1 (Unreleased)
2+
3+
- Updated to jQuery 1.11.1
4+
- Updated to latest jquery-ujs
5+
16
## 3.1.0 (29 January 2014)
27

38
- Updated to jQuery 1.11.0
@@ -7,7 +12,7 @@
712
## 3.0.4 (10 July 2013)
813

914
- Fixed jQuery source map
10-
15+
1116
## 3.0.3 (10 July 2013)
1217

1318
- Updated to jQuery 1.10.2

VERSIONS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
| Gem | jQuery | jQuery UI |
44
|--------|--------|-----------|
5+
| 3.1.1 | 1.11.1 | - |
56
| 3.1.0 | 1.11.0 | - |
67
| 3.0.5 | 1.11.0 | - |
78
| 3.0.4 || - |

lib/jquery/rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Jquery
22
module Rails
3-
VERSION = "3.1.0"
3+
VERSION = "3.1.1"
44
JQUERY_VERSION = "1.11.1"
55
JQUERY_UJS_VERSION = "c7a5b12a3b37c4a20f4e5fb22da843f24ef2d356"
66
end

0 commit comments

Comments
 (0)