From 3a4dda61671f38034beb8e428b67b6549f6fb35a Mon Sep 17 00:00:00 2001 From: Jack Date: Mon, 10 Oct 2011 23:57:06 +0800 Subject: [PATCH] bump to 0.4.4 --- sinatra-authentication.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sinatra-authentication.gemspec b/sinatra-authentication.gemspec index 483d545..9c24dea 100644 --- a/sinatra-authentication.gemspec +++ b/sinatra-authentication.gemspec @@ -5,7 +5,7 @@ Gem::Specification.new do |s| s.name = %q{sinatra-authentication} - s.version = "0.4.3" + s.version = "0.4.4" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Max Justus Spransy"]