From 369f95175b0f46abe5ab84581fe847b6cda00d29 Mon Sep 17 00:00:00 2001 From: Mattt Thompson Date: Wed, 20 Mar 2013 06:36:45 -0700 Subject: [PATCH] Bumping version to 0.4.0 --- lib/rack/push-notification.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rack/push-notification.rb b/lib/rack/push-notification.rb index eaf8203..c062158 100644 --- a/lib/rack/push-notification.rb +++ b/lib/rack/push-notification.rb @@ -8,7 +8,7 @@ module Rack class PushNotification < Sinatra::Base - VERSION = '0.3.1' + VERSION = '0.4.0' use Rack::PostBodyContentTypeParser helpers Sinatra::Param