Updates VERSION and adds JQUERY_3_VERSION

This commit is contained in:
Rob Cameron
2016-06-15 10:19:36 -07:00
parent 7d6c8eaf09
commit 7f98228f35

View File

@@ -1,8 +1,9 @@
module Jquery
module Rails
VERSION = "4.1.1"
VERSION = "5.0.0"
JQUERY_VERSION = "1.12.1"
JQUERY_2_VERSION = "2.2.1"
JQUERY_3_VERSION = "3.0.0"
JQUERY_UJS_VERSION = "1.2.1"
end
end