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 c52314f commit 5298b22Copy full SHA for 5298b22
lib/liquid-rails/version.rb
@@ -1,5 +1,5 @@
1
module Liquid
2
module Rails
3
- VERSION = '0.1.0'
+ VERSION = '0.1.1'
4
end
5
liquid-rails.gemspec
@@ -21,6 +21,6 @@ Gem::Specification.new do |spec|
21
spec.require_paths = ['lib']
22
23
spec.add_dependency 'rails', '>= 3.2'
24
- spec.add_dependency 'liquid', '~> 3.0.0.rc1'
+ spec.add_dependency 'liquid', '~> 3.0.0'
25
spec.add_dependency 'kaminari', '~> 0.16.1'
26
0 commit comments