File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "SentrySwift"
3
- s . version = "1.1.1 "
3
+ s . version = "1.2.0 "
4
4
s . summary = "Swift client for Sentry"
5
5
s . homepage = "https://github.com/getsentry/sentry-swift"
6
6
s . license = "mit"
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.1.1 </string >
18
+ <string >1.2.0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ internal enum SentryError: Error {
65
65
// MARK: - Enums
66
66
67
67
internal struct Info {
68
- static let version : String = " 1.1.1 "
68
+ static let version : String = " 1.2.0 "
69
69
static let sentryVersion : Int = 7
70
70
}
71
71
You can’t perform that action at this time.
0 commit comments