From 33e293eecf07018b01770e49e4168908aa3230fb Mon Sep 17 00:00:00 2001 From: Jon Moses Date: Wed, 25 May 2011 12:24:32 -0400 Subject: [PATCH] Readme update, version bump. --- README | 5 +++-- lib/controller_filter_logging/version.rb | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README b/README index ce0e3b4..16f5847 100644 --- a/README +++ b/README @@ -10,5 +10,6 @@ Rails 2 had this, and Rails 3 doesn't. It's super helpful when your app starts == Credits -MINE ALL MINE -jon@burningbush.us +Jon Moses / github.com/jmoses +John Bintz / github.com/johnbintz + diff --git a/lib/controller_filter_logging/version.rb b/lib/controller_filter_logging/version.rb index 78082c8..74f9961 100644 --- a/lib/controller_filter_logging/version.rb +++ b/lib/controller_filter_logging/version.rb @@ -1,3 +1,3 @@ module ControllerFilterLogging - VERSION = "0.0.4" + VERSION = "0.0.5" end