Skip to content

Commit 627a278

Browse files
committed
Bumping version from 1.0.0 -> 1.0.1
1 parent 07287a5 commit 627a278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/wavefile.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
require 'wavefile/writer'
88

99
module WaveFile
10-
VERSION = "1.0.0"
10+
VERSION = "1.0.1"
1111

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

0 commit comments

Comments
 (0)