Skip to content

Commit 5298b22

Browse files
committed
update liquid
1 parent c52314f commit 5298b22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/liquid-rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Liquid
22
module Rails
3-
VERSION = '0.1.0'
3+
VERSION = '0.1.1'
44
end
55
end

liquid-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ Gem::Specification.new do |spec|
2121
spec.require_paths = ['lib']
2222

2323
spec.add_dependency 'rails', '>= 3.2'
24-
spec.add_dependency 'liquid', '~> 3.0.0.rc1'
24+
spec.add_dependency 'liquid', '~> 3.0.0'
2525
spec.add_dependency 'kaminari', '~> 0.16.1'
2626
end

0 commit comments

Comments
 (0)