From a6bdcfb6730f1a6236e09d60909a27c9e3a1e2b0 Mon Sep 17 00:00:00 2001 From: Jeremy Suriel Date: Tue, 6 Jul 2010 15:21:27 -0400 Subject: [PATCH] version bump --- mysqlplus.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysqlplus.gemspec b/mysqlplus.gemspec index 7f01aac..fa1bd8c 100644 --- a/mysqlplus.gemspec +++ b/mysqlplus.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = "jrmey-mysqlplus" - s.version = "0.1.3" + s.version = "0.1.4" s.date = "2010-07-04" s.summary = "Enhanced Ruby MySQL driver with Ruby 1.9 encoding awareness" s.email = "jeremysuriel@gmail.com"