From 68e49de15b1932161c3a6b99b6caf7b98d634eef Mon Sep 17 00:00:00 2001 From: Sebastian Martinez Date: Thu, 9 Jun 2011 11:17:38 -0300 Subject: [PATCH] bump version --- exception_notification.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exception_notification.gemspec b/exception_notification.gemspec index f1b1ff5c..8727bf56 100644 --- a/exception_notification.gemspec +++ b/exception_notification.gemspec @@ -1,8 +1,8 @@ Gem::Specification.new do |s| s.name = 'exception_notification' - s.version = '2.4.0' + s.version = '2.4.1' s.authors = ["Jamis Buck", "Josh Peek"] - s.date = %q{2011-03-09} + s.date = %q{2011-06-09} s.summary = "Exception notification by email for Rails apps" s.email = "smartinez87@gmail.com"