From a30d7b4e84c08504670cfaf6a927389dfc8052f7 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Sun, 21 Mar 2010 20:30:08 -0400 Subject: [PATCH] bump version --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index cf77076..93ed09f 100644 --- a/Rakefile +++ b/Rakefile @@ -2,7 +2,7 @@ require 'rubygems' require 'rake' require 'echoe' -Echoe.new('trivial', '0.0.4') do |p| +Echoe.new('trivial', '0.0.5') 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