diff --git a/RollbarAUL.podspec b/RollbarAUL.podspec index 15c0ab83..081c6714 100644 --- a/RollbarAUL.podspec +++ b/RollbarAUL.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| - s.version = "2.0.0-beta.19" + s.version = "2.0.0-beta.20" s.name = "RollbarAUL" s.summary = "Application or client side SDK for interacting with the Rollbar API Server." s.description = <<-DESC diff --git a/RollbarAUL/Sources/RollbarAUL/RollbarAulStoreMonitor.m b/RollbarAUL/Sources/RollbarAUL/RollbarAulStoreMonitor.m index f3cf4759..373c85bb 100644 --- a/RollbarAUL/Sources/RollbarAUL/RollbarAulStoreMonitor.m +++ b/RollbarAUL/Sources/RollbarAUL/RollbarAulStoreMonitor.m @@ -193,8 +193,6 @@ - (int)processLogEntries:(OSLogEnumerator *)logEnumerator { extraData:entrySnapshot]; } - - count++; } @@ -212,6 +210,8 @@ - (int)processLogEntries:(OSLogEnumerator *)logEnumerator { [self setupWithOptions:(nil != options) ? options : [RollbarAulStoreMonitorOptions new] ]; } } + + return theOnlyInstance; } - (id)configureRollbarLogger:(nullable RollbarLogger *)logger { @@ -223,6 +223,8 @@ - (int)processLogEntries:(OSLogEnumerator *)logEnumerator { theOnlyInstance->_logger = logger; } } + + return theOnlyInstance; } #pragma mark - Singleton Pattern diff --git a/RollbarCommon.podspec b/RollbarCommon.podspec index 511e3d5a..237e9245 100644 --- a/RollbarCommon.podspec +++ b/RollbarCommon.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| - s.version = "2.0.0-beta.19" + s.version = "2.0.0-beta.20" s.name = "RollbarCommon" s.summary = "Application or client side SDK for interacting with the Rollbar API Server." s.description = <<-DESC diff --git a/RollbarDeploys.podspec b/RollbarDeploys.podspec index e840ba9a..3abe8b04 100644 --- a/RollbarDeploys.podspec +++ b/RollbarDeploys.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| - s.version = "2.0.0-beta.19" + s.version = "2.0.0-beta.20" s.name = "RollbarDeploys" s.summary = "Application or client side SDK for interacting with the Rollbar API Server." s.description = <<-DESC diff --git a/RollbarKSCrash.podspec b/RollbarKSCrash.podspec index b7c16839..f970e134 100644 --- a/RollbarKSCrash.podspec +++ b/RollbarKSCrash.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| - s.version = "2.0.0-beta.19" + s.version = "2.0.0-beta.20" s.name = "RollbarKSCrash" s.summary = "Application or client side SDK for interacting with the Rollbar API Server." s.description = <<-DESC diff --git a/RollbarNotifier.podspec b/RollbarNotifier.podspec index e0e75d44..34831a73 100644 --- a/RollbarNotifier.podspec +++ b/RollbarNotifier.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| - s.version = "2.0.0-beta.19" + s.version = "2.0.0-beta.20" s.name = "RollbarNotifier" s.summary = "Application or client side SDK for interacting with the Rollbar API Server." s.description = <<-DESC diff --git a/RollbarNotifier/Sources/RollbarNotifier/DTOs/RollbarConfig.m b/RollbarNotifier/Sources/RollbarNotifier/DTOs/RollbarConfig.m index 4651e414..72133c6c 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-beta.19"; +static NSString * const NOTIFIER_VERSION = @"2.0.0-beta.20"; static NSString * const NOTIFIER_NAME = @"rollbar-apple"; diff --git a/RollbarPLCrashReporter.podspec b/RollbarPLCrashReporter.podspec index 6eb72cb3..2c679ff5 100644 --- a/RollbarPLCrashReporter.podspec +++ b/RollbarPLCrashReporter.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| - s.version = "2.0.0-beta.19" + s.version = "2.0.0-beta.20" s.name = "RollbarPLCrashReporter" s.summary = "Application or client side SDK for interacting with the Rollbar API Server." s.description = <<-DESC diff --git a/RollbarSDK.experimental_podspec b/RollbarSDK.experimental_podspec index 8fbfacfd..a2d0ce9b 100644 --- a/RollbarSDK.experimental_podspec +++ b/RollbarSDK.experimental_podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |sdk| # Rollbar SDK: # ============ - sdk.version = "2.0.0-beta.19" + sdk.version = "2.0.0-beta.20" sdk.name = "RollbarSDK" s.summary = "Application or client side SDK for interacting with the Rollbar API Server." sdk.description = <<-DESC diff --git a/RollbarSwift.podspec b/RollbarSwift.podspec index 67c23702..ac3e132e 100644 --- a/RollbarSwift.podspec +++ b/RollbarSwift.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| - s.version = "2.0.0-beta.19" + s.version = "2.0.0-beta.20" s.name = "RollbarSwift" s.summary = "Application or client side SDK for interacting with the Rollbar API Server." s.description = <<-DESC