From e3f8df9e55c456a120f43ed50ce109af7a6b5166 Mon Sep 17 00:00:00 2001 From: Chris Schaefbauer Date: Mon, 10 Aug 2015 14:06:43 -0600 Subject: [PATCH] Bump pod version to appropriate level Because this version has feature updates as well as bug fixes, it should be a minor version bump, not just a patch version bump. --- Granola.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Granola.podspec b/Granola.podspec index 92dbbc0..954bcb9 100644 --- a/Granola.podspec +++ b/Granola.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Granola" - s.version = "0.2.1" + s.version = "0.3.0" s.summary = "A healthful serializer for your HealthKit data." s.homepage = "https://github.com/openmhealth/Granola" s.license = { :type => 'Apache 2.0',