From f380b7666dcb24d757a81d6354c654d7a140163f Mon Sep 17 00:00:00 2001 From: "zaru@sakuraba" Date: Fri, 25 May 2018 09:45:29 +0900 Subject: [PATCH] =?UTF-8?q?version=20up=200.3.4=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/webpush/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/webpush/version.rb b/lib/webpush/version.rb index cf1569c..53faeb2 100644 --- a/lib/webpush/version.rb +++ b/lib/webpush/version.rb @@ -1,3 +1,3 @@ module Webpush - VERSION = "0.3.3" + VERSION = "0.3.4" end