From 0f4818fe93131407c16cd82e2d7ac4a70ba0312a Mon Sep 17 00:00:00 2001 From: Thomas Visser Date: Thu, 11 Apr 2019 11:10:24 +0200 Subject: [PATCH] Update version in podspec --- BrightFutures.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BrightFutures.podspec b/BrightFutures.podspec index 052db6f..6138bcb 100644 --- a/BrightFutures.podspec +++ b/BrightFutures.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'BrightFutures' - s.version = '7.0.1' + s.version = '8.0.0' s.license = 'MIT' s.summary = 'Write great asynchronous code in Swift using futures and promises' s.homepage = 'https://github.com/Thomvis/BrightFutures'