From 1bd25cdb7cd576f3f5d72ffeee3ea14369d354b7 Mon Sep 17 00:00:00 2001 From: Felix Krause Date: Thu, 1 Oct 2015 10:29:38 -0700 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 6ab4e65..714442f 100644 --- a/lib/deliver/version.rb +++ b/lib/deliver/version.rb @@ -1,4 +1,4 @@ module Deliver - VERSION = "1.1.3" + VERSION = "1.1.2" DESCRIPTION = 'Upload screenshots, metadata and your app to the App Store using a single command' end