Skip to content

Commit

Permalink
Bump version to 0.9.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
lisamelton committed Jun 5, 2021
1 parent 8c14511 commit 1834817
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.8.0
ask-ffmpeg-log 0.9.0
Copyright (c) 2019-2021 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.8.0
other-transcode 0.9.0
Copyright (c) 2019-2021 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.8.0'
s.version = '0.9.0'
s.required_ruby_version = '>= 2.0'
s.summary = 'Other tools to transcode videos.'
s.description = <<-HERE
Expand Down

0 comments on commit 1834817

Please sign in to comment.