From deca3f01157b057c4787e1dcd314543a944e7d16 Mon Sep 17 00:00:00 2001 From: Felix Krause Date: Wed, 2 Dec 2015 17:49:06 -0500 Subject: [PATCH] Version bump --- lib/deliver/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/deliver/version.rb b/lib/deliver/version.rb index a706cc3..9abb7f5 100644 --- a/lib/deliver/version.rb +++ b/lib/deliver/version.rb @@ -1,4 +1,4 @@ module Deliver - VERSION = "1.5.1" + VERSION = "1.5.2" DESCRIPTION = 'Upload screenshots, metadata and your app to the App Store using a single command' end