lib/synthdef/version.rb in synthdef-0.0.3 vs lib/synthdef/version.rb in synthdef-0.0.4

- old
+ new

@@ -1,5 +1,5 @@ require 'bindata' class Synthdef < BinData::Record - VERSION = "0.0.3" + VERSION = "0.0.4" end