Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 6b9313c

Browse files
authored
Merge pull request #332 from WideSpectrumComputing/ref#285-MultiprojectWorkspace
in preparation for v2.0.0-alpha25
2 parents ba53750 + d663ab3 commit 6b9313c

File tree

7 files changed

+14
-6
lines changed

7 files changed

+14
-6
lines changed

RollbarCommon.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
Pod::Spec.new do |s|
99

10-
s.version = "2.0.0-alpha24"
10+
s.version = "2.0.0-alpha25"
1111
s.name = "RollbarCommon"
1212
s.summary = "Application or client side SDK for accessing the Rollbar API Server."
1313
s.description = <<-DESC

RollbarDeploys.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
Pod::Spec.new do |s|
99

10-
s.version = "2.0.0-alpha24"
10+
s.version = "2.0.0-alpha25"
1111
s.name = "RollbarDeploys"
1212
s.summary = "Application or client side SDK for accessing the Rollbar API Server."
1313
s.description = <<-DESC

RollbarKSCrash.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
Pod::Spec.new do |s|
99

10-
s.version = "2.0.0-alpha24"
10+
s.version = "2.0.0-alpha25"
1111
s.name = "RollbarKSCrash"
1212
s.summary = "Application or client side SDK for accessing the Rollbar API Server."
1313
s.description = <<-DESC
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
module RollbarKSCrash {
2+
umbrella "."
3+
4+
export *
5+
module * { export * }
6+
7+
requires objc
8+
}

RollbarNotifier.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
Pod::Spec.new do |s|
99

10-
s.version = "2.0.0-alpha24"
10+
s.version = "2.0.0-alpha25"
1111
s.name = "RollbarNotifier"
1212
s.summary = "Application or client side SDK for accessing the Rollbar API Server."
1313
s.description = <<-DESC

RollbarNotifier/Sources/RollbarNotifier/DTOs/RollbarConfig.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
#pragma mark - constants
2424

25-
static NSString * const NOTIFIER_VERSION = @"2.0.0-alpha24";
25+
static NSString * const NOTIFIER_VERSION = @"2.0.0-alpha25";
2626

2727
static NSString * const NOTIFIER_NAME = @"rollbar-*os";
2828

RollbarSDK.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Pod::Spec.new do |sdk|
99

1010
# Rollbar SDK:
1111
# ============
12-
sdk.version = "2.0.0-alpha24"
12+
sdk.version = "2.0.0-alpha25"
1313
sdk.name = "RollbarSDK"
1414
sdk.summary = "Application or client side SDK for accessing the Rollbar API Server."
1515
sdk.description = <<-DESC

0 commit comments

Comments
 (0)