lib/marvin.rb in marvin-0.8.0.1 vs lib/marvin.rb in marvin-0.8.0.2

- old
+ new

@@ -3,10 +3,10 @@ require 'perennial' module Marvin include Perennial - VERSION = [0, 8, 0, 1] + VERSION = [0, 8, 0, 2] # Client autoload :TestClient, 'marvin/test_client' # Console of DOOM. autoload :Console, 'marvin/console' \ No newline at end of file