File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "Sentry"
3
- s . version = "3.0.6 "
3
+ s . version = "3.0.7 "
4
4
s . summary = "Sentry client for cocoa"
5
5
s . homepage = "https://github.com/getsentry/sentry-cocoa"
6
6
s . license = "mit"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ MACH_O_TYPE = mh_dylib
18
18
FRAMEWORK_VERSION = A
19
19
20
20
PRODUCT_NAME = Sentry
21
- CURRENT_PROJECT_VERSION = 3.0.6
21
+ CURRENT_PROJECT_VERSION = 3.0.7
22
22
INFOPLIST_FILE = Sources/Sentry/Info.plist
23
23
PRODUCT_BUNDLE_IDENTIFIER = io.sentry.Sentry
24
24
ALWAYS_SEARCH_USER_PATHS = NO
Original file line number Diff line number Diff line change 46
46
47
47
NS_ASSUME_NONNULL_BEGIN
48
48
49
- NSString *const SentryClientVersionString = @" 3.0.6 " ;
49
+ NSString *const SentryClientVersionString = @" 3.0.7 " ;
50
50
NSString *const SentryClientSdkName = @" sentry-cocoa" ;
51
51
52
52
static SentryClient *sharedClient = nil ;
Original file line number Diff line number Diff line change 25
25
}
26
26
},
27
27
"vars" : {
28
- "SENTRY_COCOA_TAG" : " 3.0.6 "
28
+ "SENTRY_COCOA_TAG" : " 3.0.7 "
29
29
}
30
30
}
You can’t perform that action at this time.
0 commit comments