Skip to content

Commit

Permalink
update gemspec to 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
patdryburgh committed Aug 1, 2019
1 parent 7e5a447 commit 68fa55d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hitchens-theme.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = "hitchens-theme"
spec.version = "0.7.1"
spec.version = "0.7.2"
spec.authors = ["Pat Dryburgh"]
spec.email = ["hello@patdryburgh.com"]

Expand All @@ -14,6 +14,6 @@ Gem::Specification.new do |spec|

spec.add_runtime_dependency "jekyll", "~> 3.8"

spec.add_development_dependency "bundler", "~> 1.16"
spec.add_development_dependency "bundler", "~> 1.17"
spec.add_development_dependency "rake", "~> 12.0"
end

0 comments on commit 68fa55d

Please sign in to comment.