Skip to content

Commit abce5be

Browse files
committed
Release version 4.1.1
1 parent 4b25c89 commit abce5be

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

History.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# master
22

3+
# 4.1.1
4+
35
* Declare image dependencies using `//= depend_on_asset`, to stop the
46
Sprockets cache from going stale.
57

VERSIONS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
| Gem | jQuery UI |
44
|--------|-----------|
5+
| 4.1.1 | 1.10.3 |
56
| 4.1.0 | 1.10.3 |
67
| 4.0.5 | 1.10.3 |
78
| 4.0.4 | 1.10.3 |

lib/jquery/ui/rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Jquery
22
module Ui
33
module Rails
4-
VERSION = "4.1.0"
4+
VERSION = "4.1.1"
55
JQUERY_UI_VERSION = "1.10.3"
66
end
77
end

0 commit comments

Comments
 (0)