Rakefile in stackfu-0.1.0 vs Rakefile in stackfu-0.1.1

- old
+ new

@@ -2,10 +2,10 @@ require 'rake' require 'rake/testtask' require 'echoe' -Echoe.new('stackfu', '0.1.0') do |p| +Echoe.new('stackfu', '0.1.1') do |p| p.description = "StackFu Backend" p.url = "http://stackfu.com/cli" p.author = "Felipe Coury" p.email = "felipe@stackfu.com" p.ignore_pattern = ["tmp/*", "script/*"] \ No newline at end of file