diff --git a/RollbarCommon.podspec b/RollbarCommon.podspec index f23c592f..81afb023 100644 --- a/RollbarCommon.podspec +++ b/RollbarCommon.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| - s.version = '2.0.0-alpha34' + s.version = '2.0.0-alpha35' s.name = 'RollbarCommon' s.summary = 'Application or client side SDK for interacting with the Rollbar API Server.' s.description = <<-DESC @@ -27,7 +27,7 @@ Pod::Spec.new do |s| # Or just: s.author = 'Andrey Kornich' s.social_media_url = 'http://twitter.com/rollbar' s.source = { :git => 'https://github.com/rollbar/rollbar-apple.git', - :tag => 'v#{s.version}' + :tag => "v#{s.version}" } s.resource = 'rollbar-logo.png' # s.resources = 'Resources/*.png' diff --git a/RollbarNotifier/Sources/RollbarNotifier/DTOs/RollbarConfig.m b/RollbarNotifier/Sources/RollbarNotifier/DTOs/RollbarConfig.m index fe143e99..96b2fd92 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-alpha34"; +static NSString * const NOTIFIER_VERSION = @"2.0.0-alpha35"; static NSString * const NOTIFIER_NAME = @"rollbar-apple";