Skip to content

Commit 251ffea

Browse files
author
Josh Holtz
committed
JUST WORK
1 parent f80a13d commit 251ffea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,4 @@ def replace_version_number(new_version_number)
145145
text = File.read(podspec_path)
146146
text.gsub!(/(s.version( )*= ")#{spec_version}(")/, "\\1#{new_version_number}\\3")
147147
File.open(podspec_path, "w") { |file| file.puts text }
148-
end
148+
end

0 commit comments

Comments
 (0)