Skip to content

Commit

Permalink
Bumping version from 1.0.0 -> 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrait committed Aug 2, 2018
1 parent 07287a5 commit 627a278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wavefile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
require 'wavefile/writer'

module WaveFile
VERSION = "1.0.0"
VERSION = "1.0.1"

WAVEFILE_FORMAT_CODE = "WAVE" # :nodoc:
FORMAT_CODES = {:pcm => 1, :float => 3, :extensible => 65534}.freeze # :nodoc:
Expand Down

0 comments on commit 627a278

Please sign in to comment.