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 2ec70ea commit 4aa7de5Copy full SHA for 4aa7de5
History.md
@@ -1,5 +1,7 @@
1
# master
2
3
+# 4.1.0
4
+
5
* Add Jquery::Ui::Rails::JQUERY_UI_VERSION constant
6
7
# 4.0.5
VERSIONS.md
@@ -2,6 +2,7 @@
| Gem | jQuery UI |
|--------|-----------|
+| 4.1.0 | 1.10.3 |
| 4.0.5 | 1.10.3 |
| 4.0.4 | 1.10.3 |
8
| 4.0.3 | 1.10.3 |
lib/jquery/ui/rails/version.rb
@@ -1,7 +1,7 @@
module Jquery
module Ui
module Rails
- VERSION = "4.0.5"
+ VERSION = "4.1.0"
JQUERY_UI_VERSION = "1.10.3"
end
0 commit comments