From cbe3482e80494a42cba78d3e089838fc8b1d19dc Mon Sep 17 00:00:00 2001 From: Christoffer Winterkvist Date: Thu, 13 Oct 2016 23:39:30 +0200 Subject: [PATCH] Bump version --- Spots.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Spots.podspec b/Spots.podspec index c24e954d..2c6596fe 100644 --- a/Spots.podspec +++ b/Spots.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "Spots" s.summary = "A cross-platform view controller framework for building component-based UIs" - s.version = "5.0.1" + s.version = "5.0.2" s.homepage = "https://github.com/hyperoslo/Spots" s.license = 'MIT' s.author = { "Hyper Interaktiv AS" => "ios@hyper.no" }