Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0c5a74 commit bbc2432Copy full SHA for bbc2432
History.md
@@ -1,6 +1,9 @@
1
# master
2
3
+# 4.2.0
4
+
5
* Bump Rails dependency to `>=3.2.16`
6
+* Re-release 4.1.1 as 4.2.0
7
8
# 4.1.2
9
VERSIONS.md
@@ -2,6 +2,7 @@
| Gem | jQuery UI |
|--------|-----------|
+| 4.2.0 | 1.10.3 |
| 4.1.2 | 1.10.3 |
| 4.1.1 | 1.10.3 |
| 4.1.0 | 1.10.3 |
lib/jquery/ui/rails/version.rb
@@ -1,7 +1,7 @@
module Jquery
module Ui
module Rails
- VERSION = "4.1.2"
+ VERSION = "4.2.0"
JQUERY_UI_VERSION = "1.10.3"
end
0 commit comments