From aebd95ec71da52f650f5bd9e7f1ddc2c3069c144 Mon Sep 17 00:00:00 2001 From: Matias Muhonen Date: Fri, 28 Mar 2014 16:14:53 +0200 Subject: [PATCH] Bump version to 1.1.0 --- MACalendarUI.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MACalendarUI.podspec b/MACalendarUI.podspec index b1cf1ab..eecf5fb 100644 --- a/MACalendarUI.podspec +++ b/MACalendarUI.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'MACalendarUI' s.platform = :ios - s.version = '1.0.2' + s.version = '1.1.0' s.license = 'BSD' s.summary = 'MACalendarUI is a project which offers calendar user interface for iPhone applications.' s.authors = {'Matias Muhonen' => 'mmu@iki.fi' }