From d1e321c0e2ed30fbed1d59a6aa31042f41c9eb03 Mon Sep 17 00:00:00 2001 From: Andrey Kornich Date: Tue, 10 Nov 2020 11:14:22 -0800 Subject: [PATCH] in preparation for v2.0.0-alpha26 --- RollbarCommon.podspec | 2 +- RollbarDeploys.podspec | 2 +- RollbarKSCrash.podspec | 3 ++- RollbarNotifier.podspec | 2 +- RollbarNotifier/Sources/RollbarNotifier/DTOs/RollbarConfig.m | 2 +- RollbarSDK.podspec | 2 +- 6 files changed, 7 insertions(+), 6 deletions(-) diff --git a/RollbarCommon.podspec b/RollbarCommon.podspec index 3a5ec2aa..f12d5923 100644 --- a/RollbarCommon.podspec +++ b/RollbarCommon.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| - s.version = "2.0.0-alpha25" + s.version = "2.0.0-alpha26" s.name = "RollbarCommon" s.summary = "Application or client side SDK for accessing the Rollbar API Server." s.description = <<-DESC diff --git a/RollbarDeploys.podspec b/RollbarDeploys.podspec index cf5ad35c..4775192c 100644 --- a/RollbarDeploys.podspec +++ b/RollbarDeploys.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| - s.version = "2.0.0-alpha25" + s.version = "2.0.0-alpha26" s.name = "RollbarDeploys" s.summary = "Application or client side SDK for accessing the Rollbar API Server." s.description = <<-DESC diff --git a/RollbarKSCrash.podspec b/RollbarKSCrash.podspec index d8b70ecf..368b8fbe 100644 --- a/RollbarKSCrash.podspec +++ b/RollbarKSCrash.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| - s.version = "2.0.0-alpha25" + s.version = "2.0.0-alpha26" s.name = "RollbarKSCrash" s.summary = "Application or client side SDK for accessing the Rollbar API Server." s.description = <<-DESC @@ -49,6 +49,7 @@ Pod::Spec.new do |s| s.framework = "Foundation" s.dependency "RollbarCommon", "~> #{s.version}" + s.dependency "KSCrash", "~> 1.15.21" # s.frameworks = "SomeFramework", "AnotherFramework" # s.library = "iconv" # s.libraries = "iconv", "xml2" diff --git a/RollbarNotifier.podspec b/RollbarNotifier.podspec index f266cce4..b818e137 100644 --- a/RollbarNotifier.podspec +++ b/RollbarNotifier.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| - s.version = "2.0.0-alpha25" + s.version = "2.0.0-alpha26" s.name = "RollbarNotifier" s.summary = "Application or client side SDK for accessing the Rollbar API Server." s.description = <<-DESC diff --git a/RollbarNotifier/Sources/RollbarNotifier/DTOs/RollbarConfig.m b/RollbarNotifier/Sources/RollbarNotifier/DTOs/RollbarConfig.m index 0511e353..fd23041d 100644 --- a/RollbarNotifier/Sources/RollbarNotifier/DTOs/RollbarConfig.m +++ b/RollbarNotifier/Sources/RollbarNotifier/DTOs/RollbarConfig.m @@ -22,7 +22,7 @@ #pragma mark - constants -static NSString * const NOTIFIER_VERSION = @"2.0.0-alpha25"; +static NSString * const NOTIFIER_VERSION = @"2.0.0-alpha26"; static NSString * const NOTIFIER_NAME = @"rollbar-*os"; diff --git a/RollbarSDK.podspec b/RollbarSDK.podspec index 131a0f47..02b70f28 100644 --- a/RollbarSDK.podspec +++ b/RollbarSDK.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |sdk| # Rollbar SDK: # ============ - sdk.version = "2.0.0-alpha25" + sdk.version = "2.0.0-alpha26" sdk.name = "RollbarSDK" sdk.summary = "Application or client side SDK for accessing the Rollbar API Server." sdk.description = <<-DESC