Skip to content

Commit 2077a05

Browse files
authored
Bumped version to 3.3.3 (#359)
1 parent ff72e5f commit 2077a05

File tree

15 files changed

+1011
-1067
lines changed

15 files changed

+1011
-1067
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Release Notes
44

5-
### Unreleased
5+
### 3.3.3
66

77
- Be more explicit about overloaded usage of `URL.init` that cannot be resolved in certain configurations when using the Rollbar React Native SDK.
88
- Updated Cocoapods examples to use the latest SDK version, 3.3.2.

Examples/Integration/CocoapodsApp/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ platform :ios, '14.0'
22
use_frameworks!
33

44
target 'CocoapodsApp' do
5-
pod 'RollbarNotifier', '~> 3.3.2'
5+
pod 'RollbarNotifier', '~> 3.3.3'
66
end

Examples/Integration/CocoapodsFramework/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ platform :ios, '14.0'
22
use_frameworks!
33

44
target 'CocoapodsFramework' do
5-
pod 'RollbarNotifier', '~> 3.3.2'
5+
pod 'RollbarNotifier', '~> 3.3.3'
66
end

Rollbar.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Rollbar"
3-
s.version = "3.3.2"
3+
s.version = "3.3.3"
44
s.summary = "Application or client side SDK for interacting with the Rollbar API Server."
55
s.description = <<-DESC
66
Find, fix, and resolve errors with Rollbar.

RollbarAUL.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RollbarAUL"
3-
s.version = "3.3.2"
3+
s.version = "3.3.3"
44
s.summary = "Application or client side SDK for interacting with the Rollbar API Server."
55
s.description = <<-DESC
66
Find, fix, and resolve errors with Rollbar.

RollbarCocoaLumberjack.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RollbarCocoaLumberjack"
3-
s.version = "3.3.2"
3+
s.version = "3.3.3"
44
s.summary = "Application or client side SDK for interacting with the Rollbar API Server."
55
s.description = <<-DESC
66
Find, fix, and resolve errors with Rollbar.

RollbarCommon.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RollbarCommon"
3-
s.version = "3.3.2"
3+
s.version = "3.3.3"
44
s.summary = "Application or client side SDK for interacting with the Rollbar API Server."
55
s.description = <<-DESC
66
Find, fix, and resolve errors with Rollbar.

RollbarCrash.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RollbarCrash"
3-
s.version = "3.3.2"
3+
s.version = "3.3.3"
44
s.summary = "Application or client side SDK for interacting with the Rollbar API Server."
55
s.description = <<-DESC
66
Find, fix, and resolve errors with Rollbar.

RollbarDeploys.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RollbarDeploys"
3-
s.version = "3.3.2"
3+
s.version = "3.3.3"
44
s.summary = "Application or client side SDK for interacting with the Rollbar API Server."
55
s.description = <<-DESC
66
Find, fix, and resolve errors with Rollbar.

RollbarNotifier.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RollbarNotifier"
3-
s.version = "3.3.2"
3+
s.version = "3.3.3"
44
s.summary = "Application or client side SDK for interacting with the Rollbar API Server."
55
s.description = <<-DESC
66
Find, fix, and resolve errors with Rollbar.

0 commit comments

Comments
 (0)