Release 4.1.1

This commit is contained in:
Rafael Mendonça França
2016-03-09 23:38:44 -03:00
parent e47edc6e2a
commit f033f7757f
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
## 4.1.1
- Update jQuery to 1.12.1 and 2.2.1
- Update jquery-ujs to 1.2.1
## 4.1.0
- Update jQuery to 1.12.0 and 2.2.0

View File

@@ -1,6 +1,6 @@
module Jquery
module Rails
VERSION = "4.1.0"
VERSION = "4.1.1"
JQUERY_VERSION = "1.12.1"
JQUERY_2_VERSION = "2.2.1"
JQUERY_UJS_VERSION = "1.2.1"