Skip to content

Commit

Permalink
Bumping version from 1.1.0 -> 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrait committed Dec 29, 2019
1 parent c1392d3 commit 0f6459a
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 @@ -10,7 +10,7 @@
require 'wavefile/writer'

module WaveFile
VERSION = "1.1.0"
VERSION = "1.1.1"

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

0 comments on commit 0f6459a

Please sign in to comment.