Skip to content

Commit

Permalink
update photocopier version after bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandro-fazzi committed Aug 3, 2018
1 parent 3c9c0d2 commit c44f692
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/wordmove/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Wordmove
VERSION = "3.2.0".freeze
VERSION = "3.2.1".freeze
end
2 changes: 1 addition & 1 deletion wordmove.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "colorize", "~> 0.8.1"
spec.add_runtime_dependency "dotenv", "~> 2.2.1"
spec.add_runtime_dependency "kwalify", "~> 0"
spec.add_runtime_dependency "photocopier", "~> 1.3", ">= 1.3.0"
spec.add_runtime_dependency "photocopier", "~> 1.3", ">= 1.3.1"
spec.add_runtime_dependency "thor", "~> 0.19.4"

spec.required_ruby_version = ">= 2.4.0"
Expand Down

0 comments on commit c44f692

Please sign in to comment.