Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Commit

Permalink
Bump to v0.10.0 for env support
Browse files Browse the repository at this point in the history
  • Loading branch information
matjack1 committed Oct 13, 2020
1 parent 3e58a4f commit 217a174
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/middleman_dato/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module MiddlemanDato
VERSION = '0.9.0'
VERSION = '0.10.0'
end
2 changes: 1 addition & 1 deletion middleman-dato.gemspec
Expand Up @@ -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

0 comments on commit 217a174

Please sign in to comment.