From 43b24599f0b767e2501c8ded9e7cfc5d40b2ae16 Mon Sep 17 00:00:00 2001 From: Christoffer Winterkvist Date: Wed, 20 Dec 2017 23:26:28 +0100 Subject: [PATCH] Bump version to 7.2.1 --- Spots.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Spots.podspec b/Spots.podspec index 62e59445..ab7f99f1 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 = "7.2.0" + s.version = "7.2.1" s.homepage = "https://github.com/hyperoslo/Spots" s.license = 'MIT' s.author = { "Hyper Interaktiv AS" => "ios@hyper.no" }