From 23167d4e194f556e5917be2cadaf68a1fb23f57b Mon Sep 17 00:00:00 2001 From: Andrey Kornich Date: Mon, 8 Jul 2019 15:42:56 -0700 Subject: [PATCH] fix: ref #171: Fix build errors during cocoapods' trunk push --- Rollbar.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rollbar.podspec b/Rollbar.podspec index c3dcb09..5476c99 100644 --- a/Rollbar.podspec +++ b/Rollbar.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| - s.version = "1.8.0" + s.version = "1.8.0-alpha2" s.name = "Rollbar" s.summary = "Objective-C library for crash reporting and logging with Rollbar." s.description = <<-DESC