From 6e713e7b992f9742d4a7112a9c4be366f8e68af9 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Sun, 21 Mar 2010 13:35:22 -0400 Subject: [PATCH] small version bump --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index e5b575c..03b22b0 100644 --- a/Rakefile +++ b/Rakefile @@ -2,7 +2,7 @@ require 'rubygems' require 'rake' require 'echoe' -Echoe.new('trivial', '0.0.1') do |p| +Echoe.new('trivial', '0.0.2') do |p| p.summary = "Ultra-lightweight website framework for PHP" p.description = <<-EOT For those who are using PHP to build their sites and want a very simple framework