Skip to content

Commit 02c952e

Browse files
committed
Bump version to 2.1.11
1 parent c45275b commit 02c952e

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
lines changed

Examples/MacExample/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ PODS:
6262
- KSCrash/Reporting/Tools
6363
- KSCrash/Reporting/Tools (1.15.8):
6464
- KSCrash/Recording
65-
- Sentry (2.1.10):
65+
- Sentry (2.1.11):
6666
- KSCrash (~> 1.15.5)
6767

6868
DEPENDENCIES:
@@ -74,7 +74,7 @@ EXTERNAL SOURCES:
7474

7575
SPEC CHECKSUMS:
7676
KSCrash: 4acb0f9cdb0b1ce7155c608dc175d91d750a8c3a
77-
Sentry: 3bb144435c061ae97f1d0b6c932cb641ff3f8ce0
77+
Sentry: 455cd1823108fc99ce2933264af856a46371b306
7878

7979
PODFILE CHECKSUM: 9a6feca63fe6ed3706b2808f4c85dae0861ba9d2
8080

Examples/ObjCExample/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ PODS:
6262
- KSCrash/Reporting/Tools
6363
- KSCrash/Reporting/Tools (1.15.8):
6464
- KSCrash/Recording
65-
- Sentry (2.1.10):
65+
- Sentry (2.1.11):
6666
- KSCrash (~> 1.15.5)
6767

6868
DEPENDENCIES:
@@ -74,7 +74,7 @@ EXTERNAL SOURCES:
7474

7575
SPEC CHECKSUMS:
7676
KSCrash: 4acb0f9cdb0b1ce7155c608dc175d91d750a8c3a
77-
Sentry: 3bb144435c061ae97f1d0b6c932cb641ff3f8ce0
77+
Sentry: 455cd1823108fc99ce2933264af856a46371b306
7878

7979
PODFILE CHECKSUM: 6e920273a2258e01d891dd3561ac2a73612fe34a
8080

Examples/SwiftExample/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ PODS:
6262
- KSCrash/Reporting/Tools
6363
- KSCrash/Reporting/Tools (1.15.8):
6464
- KSCrash/Recording
65-
- Sentry (2.1.10):
65+
- Sentry (2.1.11):
6666
- KSCrash (~> 1.15.5)
6767

6868
DEPENDENCIES:
@@ -74,7 +74,7 @@ EXTERNAL SOURCES:
7474

7575
SPEC CHECKSUMS:
7676
KSCrash: 4acb0f9cdb0b1ce7155c608dc175d91d750a8c3a
77-
Sentry: 3bb144435c061ae97f1d0b6c932cb641ff3f8ce0
77+
Sentry: 455cd1823108fc99ce2933264af856a46371b306
7878

7979
PODFILE CHECKSUM: 699517be0d67a415d70bbce5f2d55f918605fcbc
8080

Examples/SwiftTVOSExample/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ PODS:
6262
- KSCrash/Reporting/Tools
6363
- KSCrash/Reporting/Tools (1.15.8):
6464
- KSCrash/Recording
65-
- Sentry (2.1.10):
65+
- Sentry (2.1.11):
6666
- KSCrash (~> 1.15.5)
6767

6868
DEPENDENCIES:
@@ -74,7 +74,7 @@ EXTERNAL SOURCES:
7474

7575
SPEC CHECKSUMS:
7676
KSCrash: 4acb0f9cdb0b1ce7155c608dc175d91d750a8c3a
77-
Sentry: 3bb144435c061ae97f1d0b6c932cb641ff3f8ce0
77+
Sentry: 455cd1823108fc99ce2933264af856a46371b306
7878

7979
PODFILE CHECKSUM: 6a149bade470704ba4317901492b58978f603305
8080

Examples/SwiftWatchOSExample/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ PODS:
6262
- KSCrash/Reporting/Tools
6363
- KSCrash/Reporting/Tools (1.15.8):
6464
- KSCrash/Recording
65-
- Sentry (2.1.10):
65+
- Sentry (2.1.11):
6666
- KSCrash (~> 1.15.5)
6767

6868
DEPENDENCIES:
@@ -74,7 +74,7 @@ EXTERNAL SOURCES:
7474

7575
SPEC CHECKSUMS:
7676
KSCrash: 4acb0f9cdb0b1ce7155c608dc175d91d750a8c3a
77-
Sentry: 3bb144435c061ae97f1d0b6c932cb641ff3f8ce0
77+
Sentry: 455cd1823108fc99ce2933264af856a46371b306
7878

7979
PODFILE CHECKSUM: c9a2358b4bf5bf7e6f601eb701b288f4e4bd724a
8080

Sentry.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 = "Sentry"
3-
s.version = "2.1.10"
3+
s.version = "2.1.11"
44
s.summary = "Swift client for Sentry"
55
s.homepage = "https://github.com/getsentry/sentry-swift"
66
s.license = "mit"

Sentry/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.1.10</string>
18+
<string>2.1.11</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Sources/Sentry.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ extension NotificationName where Self: RawRepresentable, Self.RawValue == String
6868
// MARK: - Enums
6969

7070
internal struct Info {
71-
static let version: String = "2.1.10"
71+
static let version: String = "2.1.11"
7272
static let sentryVersion: Int = 7
7373
}
7474

docs/sentry-doc-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
}
2626
},
2727
"vars": {
28-
"SENTRY_SWIFT_TAG": "2.1.10"
28+
"SENTRY_SWIFT_TAG": "2.1.11"
2929
}
3030
}

0 commit comments

Comments
 (0)