Skip to content

Commit 713fabd

Browse files
committed
Prepare for 4.3.2 release
1 parent b389f5b commit 713fabd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 4.3.2
2+
13
- update jquery to 3.3.0
24
- Add possibility to test HTML: all, attribute prefix, attribute contains,
35
attribute ends with, child, and class selectors

lib/jquery/rails/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Jquery
22
module Rails
3-
VERSION = "4.3.1"
3+
VERSION = "4.3.2"
44
JQUERY_VERSION = "1.12.4"
55
JQUERY_2_VERSION = "2.2.4"
66
JQUERY_3_VERSION = "3.3.0"

0 commit comments

Comments
 (0)