We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 039b12e commit 0342960Copy full SHA for 0342960
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## unreleased
+## 4.6.1
2
3
- update jquery to 3.7.1
4
VERSIONS.md
@@ -2,6 +2,7 @@
| Gem | jQuery | jQuery UJS | jQuery UI |
|--------|--------|------------| ----------|
5
+| 4.6.1 | 1.12.4 & 2.2.4 & 3.7.1 | 1.2.3 | - |
6
| 4.6.0 | 1.12.4 & 2.2.4 & 3.7.0 | 1.2.3 | - |
7
| 4.5.1 | 1.12.4 & 2.2.4 & 3.6.1 | 1.2.3 | - |
8
| 4.5.0 | 1.12.4 & 2.2.4 & 3.6.0 | 1.2.2 | - |
lib/jquery/rails/version.rb
@@ -1,6 +1,6 @@
module Jquery
module Rails
- VERSION = "4.6.0"
+ VERSION = "4.6.1"
JQUERY_VERSION = "1.12.4"
JQUERY_2_VERSION = "2.2.4"
JQUERY_3_VERSION = "3.7.1"
0 commit comments