diff --git a/Rakefile b/Rakefile index 6d89f89..ff251fd 100644 --- a/Rakefile +++ b/Rakefile @@ -2,7 +2,7 @@ require 'rubygems' require 'rake' require 'echoe' -Echoe.new('ansi', '1.0.0') do |p| +Echoe.new('ansi', '1.0.1') do |p| p.description = 'Use ANSI codes in printed output, including colors and controlling the cursor, clearing the line, and clearing the screen.' p.url = 'http://github.com/ssoroka/ansi' p.author = 'Steven Soroka'