diff --git a/lib/middleman_dato/version.rb b/lib/middleman_dato/version.rb index 49af59b..d42c492 100644 --- a/lib/middleman_dato/version.rb +++ b/lib/middleman_dato/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module MiddlemanDato - VERSION = '0.9.0' + VERSION = '0.10.0' end diff --git a/middleman-dato.gemspec b/middleman-dato.gemspec index 55dcbaf..dd1d889 100644 --- a/middleman-dato.gemspec +++ b/middleman-dato.gemspec @@ -23,7 +23,7 @@ Gem::Specification.new do |s| s.add_development_dependency('coveralls') s.add_runtime_dependency 'middleman-core', ['>= 4.1.10'] - s.add_runtime_dependency 'dato', ['>= 0.7.13'] + s.add_runtime_dependency 'dato', ['>= 0.7.16'] s.add_runtime_dependency 'activesupport' s.add_runtime_dependency 'dotenv', ['<= 2.1'] end