From 2f85579d79a6ceb1898a67720f1eac4e1c3d2c38 Mon Sep 17 00:00:00 2001 From: Ludovic Landry Date: Fri, 1 Apr 2022 13:07:47 -0700 Subject: [PATCH] Update version to 1.0.2 --- StravaSwift.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StravaSwift.podspec b/StravaSwift.podspec index 65d4325..3df882d 100644 --- a/StravaSwift.podspec +++ b/StravaSwift.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'StravaSwift' - s.version = '1.0.1' + s.version = '1.0.2' s.summary = 'A Swift library for the Strava API v3' s.description = <<-DESC A Swift library for the Strava API v3. For complete details visit the Strava developer site.