lib/nanoc/external/version.rb in nanoc-external-1.0.0 vs lib/nanoc/external/version.rb in nanoc-external-1.0.1

- old
+ new

@@ -1,9 +1,9 @@ # encoding: utf-8 module Nanoc module External - VERSION = '1.0.0' + VERSION = '1.0.1' end end