diff --git a/RollbarCommon.podspec b/RollbarCommon.podspec index 83a501a..34af682 100644 --- a/RollbarCommon.podspec +++ b/RollbarCommon.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| - s.version = '2.0.0-alpha14' + s.version = '2.0.0-alpha20' s.name = 'RollbarCommon' s.summary = 'Application/client side SDK for accessing the Rollbar API Server.' s.description = <<-DESC diff --git a/RollbarDeploys.podspec b/RollbarDeploys.podspec index 8d30669..38b2547 100644 --- a/RollbarDeploys.podspec +++ b/RollbarDeploys.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| - s.version = '2.0.0-alpha14' + s.version = '2.0.0-alpha20' s.name = 'RollbarDeploys' s.summary = 'Application/client side SDK for accessing the Rollbar API Server.' s.description = <<-DESC diff --git a/RollbarKSCrash.podspec b/RollbarKSCrash.podspec index b540ee7..6047465 100644 --- a/RollbarKSCrash.podspec +++ b/RollbarKSCrash.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| - s.version = '2.0.0-alpha14' + s.version = '2.0.0-alpha20' s.name = 'RollbarKSCrash' s.summary = 'Application/client side SDK for accessing the Rollbar API Server.' s.description = <<-DESC diff --git a/RollbarNotifier.podspec b/RollbarNotifier.podspec index ef9137b..252f436 100644 --- a/RollbarNotifier.podspec +++ b/RollbarNotifier.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| - s.version = '2.0.0-alpha14' + s.version = '2.0.0-alpha20' s.name = 'RollbarNotifier' s.summary = 'Application/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 a835a25..f28deee 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-alpha14"; +static NSString * const NOTIFIER_VERSION = @"2.0.0-alpha20"; static NSString * const NOTIFIER_NAME = @"rollbar-*os"; diff --git a/RollbarSDK.podspec b/RollbarSDK.podspec index 0465b53..e5e8933 100644 --- a/RollbarSDK.podspec +++ b/RollbarSDK.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |sdk| # Rollbar SDK: # ============ - sdk.version = '2.0.0-alpha14' + sdk.version = '2.0.0-alpha20' sdk.name = 'RollbarSDK' sdk.summary = 'Application/client side SDK for accessing the Rollbar API Server.' sdk.description = <<-DESC