Skip to content

Commit

Permalink
Merge pull request #327 from WideSpectrumComputing/ref#285-Multiproje…
Browse files Browse the repository at this point in the history
…ctWorkspace

in preparation to v2.0.0-alpha20
  • Loading branch information
akornich authored Nov 7, 2020
2 parents ebc6cc8 + 9282af8 commit d15a317
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion RollbarCommon.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion RollbarDeploys.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion RollbarKSCrash.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion RollbarNotifier.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down
2 changes: 1 addition & 1 deletion RollbarSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d15a317

Please sign in to comment.