From b3ae55a785ab89e98b5e83e14e5e994015e8f2c3 Mon Sep 17 00:00:00 2001 From: Alberto De Bortoli Date: Sat, 6 Apr 2019 20:17:01 +0100 Subject: [PATCH] Update version to 2.2.0 (to publish swift 5 support) --- Promis.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Promis.podspec b/Promis.podspec index c87be72..39a5673 100644 --- a/Promis.podspec +++ b/Promis.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'Promis' - s.version = '2.1.0' + s.version = '2.2.0' s.summary = 'The easiest Future and Promises framework in Swift. No magic. No boilerplate.' s.description = <<-DESC The easiest Future and Promises framework in Swift. No magic. No boilerplate.