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

- old
+ new

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