lib/dnote.rb in dnote-1.1 vs lib/dnote.rb in dnote-1.1.1

- old
+ new

@@ -1,6 +1,6 @@ module DNote - VERSION = "1.1" #:till: VERSION = "<%= version %>" + VERSION = "1.1.1" #:till: VERSION = "<%= version %>" require 'dnote/notes' # NOTE: Toying with the idea of making DNote a class.