From 559cfab03db2dea07107ddb4cd102f53aed68f71 Mon Sep 17 00:00:00 2001 From: Suyeol Jeon Date: Sat, 2 Dec 2017 03:49:35 +0900 Subject: [PATCH] Bump version to 0.7.0 --- Umbrella.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Umbrella.podspec b/Umbrella.podspec index 70966f9..28fbf7d 100644 --- a/Umbrella.podspec +++ b/Umbrella.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Umbrella" - s.version = "0.6.0" + s.version = "0.7.0" s.summary = "Analytics abstraction layer for Swift" s.homepage = "https://github.com/devxoul/Umbrella" s.license = { :type => "MIT", :file => "LICENSE" }