Skip to content

Commit c44f692

Browse files
update photocopier version after bugfix
1 parent 3c9c0d2 commit c44f692

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/wordmove/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Wordmove
2-
VERSION = "3.2.0".freeze
2+
VERSION = "3.2.1".freeze
33
end

wordmove.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Gem::Specification.new do |spec|
3333
spec.add_runtime_dependency "colorize", "~> 0.8.1"
3434
spec.add_runtime_dependency "dotenv", "~> 2.2.1"
3535
spec.add_runtime_dependency "kwalify", "~> 0"
36-
spec.add_runtime_dependency "photocopier", "~> 1.3", ">= 1.3.0"
36+
spec.add_runtime_dependency "photocopier", "~> 1.3", ">= 1.3.1"
3737
spec.add_runtime_dependency "thor", "~> 0.19.4"
3838

3939
spec.required_ruby_version = ">= 2.4.0"

0 commit comments

Comments
 (0)