Skip to content

Commit

Permalink
Bump version to 0.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
lisamelton committed Nov 24, 2020
1 parent 8147a76 commit cd66fab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/ask-ffmpeg-log
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module Transcoding
class Command
def about
<<-HERE
ask-ffmpeg-log 0.4.0
ask-ffmpeg-log 0.5.0
Copyright (c) 2019-2020 Don Melton
HERE
end
Expand Down
2 changes: 1 addition & 1 deletion bin/other-transcode
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module Transcoding
class Command
def about
<<-HERE
other-transcode 0.4.0
other-transcode 0.5.0
Copyright (c) 2019-2020 Don Melton
HERE
end
Expand Down
2 changes: 1 addition & 1 deletion other_video_transcoding.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'other_video_transcoding'
s.version = '0.4.0'
s.version = '0.5.0'
s.required_ruby_version = '>= 2.0'
s.summary = 'Other tools to transcode videos.'
s.description = <<-HERE
Expand Down

0 comments on commit cd66fab

Please sign in to comment.