Skip to content

Commit 6168cc0

Browse files
committed
Fix syntax. Bump to 0.0.3
1 parent cc1a071 commit 6168cc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/jquery/timepicker/engine.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Jquery
22
module Timepicker
3-
class Engine << ::Rails::Engine
3+
class Engine < ::Rails::Engine
44
end
55
end
66
end

lib/jquery/timepicker/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Jquery
22
module Timepicker
3-
VERSION = "0.0.2"
3+
VERSION = "0.0.3"
44
end
55
end

0 commit comments

Comments
 (0)