From cee582c11d476e0862d5f86da89c46cec941c8e4 Mon Sep 17 00:00:00 2001 From: Ryan McGeary Date: Tue, 25 Mar 2014 10:12:21 -0400 Subject: [PATCH] Bumped version to v1.5.1 --- lib/strip_attributes/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/strip_attributes/version.rb b/lib/strip_attributes/version.rb index 3c562ef..683f522 100644 --- a/lib/strip_attributes/version.rb +++ b/lib/strip_attributes/version.rb @@ -1,3 +1,3 @@ module StripAttributes - VERSION = "1.5.0" + VERSION = "1.5.1" end