From e77b1a09b6a8a1151c9a93da1bef638947c46438 Mon Sep 17 00:00:00 2001 From: Florian Weingarten Date: Mon, 11 Nov 2013 08:57:22 -0500 Subject: [PATCH] Update gemspec --- liquid.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liquid.gemspec b/liquid.gemspec index c092f1da..2478347f 100644 --- a/liquid.gemspec +++ b/liquid.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = "liquid" - s.version = "2.5.3" + s.version = "2.5.4" s.platform = Gem::Platform::RUBY s.summary = "A secure, non-evaling end user template engine with aesthetic markup." s.authors = ["Tobias Luetke"]